HTML/Overzicht tags/head
Uit Wikibooks
|
|
|
| Inhoudsopgave
Inleiding |
Inhoud |
[bewerken] Functie
Deze tag bevat informatie over de webpagina.
[bewerken] Voorbeeld
HTML-code:Een voorbeeld van het gebruik van de head-tag
<html> <head> <titel>Dit is de titel.</titel> </head> <body> <p>Hier bevindt zich de inhoud van de webpagina.</p> <body> </html>
[bewerken] Optionele attributen
[bewerken] profile
- Waarde: uir
Een lijst van uri's die meta data bevatten van de webpagina.
[bewerken] Standaardattributen
dir
lang
[bewerken] Mogelijke inhoud
base, meta, link, style, script, title
[bewerken] Tag mag staan in
[bewerken] Status
Opgenomen in HTML 4.01 transitional, frameset en strict.
[bewerken] Meer informatie
- Handleiding HTML (Nederlands)
- w3schools (Engels)
| HTML elementen |
|
a | abbr | acronym | address | applet | area | b | base | basefont | bdo | big | blockquote | body | br | button | caption | center | cite | code | col | colgroup | dd | del | dfn | dir | div | dl | dt | em | fieldset | font | form | frame | frameset | head | hr | html | hx | i | iframe | img | input | ins | kbd | label | legend | li | link | map | menu | meta | noframes | noscript | object | ol | optgroup | option | p | param | pre | q | s | samp | script | select | small | span | strike | strong | style | sub | sup | table | tbody | td | textarea | tfoot | th | thead | title | tr | tt | u | ul | var |