HTML

Basisoverzicht van HTML-tags

Get Started. It's Free
or sign up with your email address
HTML by Mind Map: HTML

1. Basis

1.1. <html>...</html>

1.2. <head>...</head>

1.3. <title>...</title>

1.4. <body>...</body>

1.5. <p>...</p>

1.6. <br>

1.7. <b>

1.8. <i>

1.9. <u>

2. Afbeeldingen

2.1. <img>

2.1.1. src

2.1.2. width

2.1.3. height

2.1.4. alt

2.1.5. align

3. Hyperlinks

3.1. <a>...</a>

3.1.1. href

3.1.2. target

4. Tabellen

4.1. <table>...</table>

4.1.1. width

4.1.2. height

4.1.3. align

4.2. <tr>...</tr>

4.2.1. width

4.2.2. height

4.2.3. align

4.3. <td>...</td>

4.3.1. colspan

4.3.2. rowspan

4.3.3. valign

4.3.4. align

4.3.5. height

4.3.6. width

5. Formulieren

5.1. <form>...</form>

5.2. <input>

5.2.1. text

5.2.2. radio

5.2.3. submit

5.2.4. reset

5.2.5. button