This shows you the differences between two versions of the page.
notices:html-css:ecrire-un-code-html-valide-selon-les-regles-de-grammaire-du-doctype-utilise [11 June 2013 at 14:38] Sébastien Delorme (Atalan) [Related recommendations] |
notices:html-css:ecrire-un-code-html-valide-selon-les-regles-de-grammaire-du-doctype-utilise [30 December 2013 at 17:37] (current) Sébastien Delorme (Atalan) |
||
---|---|---|---|
Line 5: | Line 5: | ||
It is especially important to: | It is especially important to: | ||
* Correctly nest the tags. | * Correctly nest the tags. | ||
- | * Ensure the corresponding closing tag for each opening tag. | + | * Provide the corresponding closing tag for each opening tag. |
* Avoid duplicate attributes for the same tag. | * Avoid duplicate attributes for the same tag. | ||
* Ensure the uniqueness of each id attribute within a page. | * Ensure the uniqueness of each id attribute within a page. |