←
The importance of HTML
The current state of HTML
→
tag
<p></p>
(opening+closing tag)
attributes
<p
attribute=“value”
>
Deux types d'attributs :
attributs “informatifs”, qui donnent des informations sur l'élément
attributs fonctionnels,
<em>
Emphasize tag
nesting
fait de loger un élément (enfant) dans un autre (parent)
Nesting
Il existe certaines règles, par exemple :
certains tags ne peuvent être *nichés* dans d'autres.
l'élément enfant doit être clôt avant l'élément parent.