- HTML MUST be easily readable. The following guidelines are RECOMMENDED for increasing readability.
- No more than one tag per line.
- Correct indentation.
- HTML SHOULD be using the HTML5 doctype.
- Closing slashes MUST NOT be used on void elements. (img, br etc)
- All tags and attributes MUST be in lowercase.
- All attribute values MUST be enclosed by double-quotes.