HTML Coding Standards
Self-closing Elements
For tags that are self-closing, the forward slash should have exactly one space preceding it
Attributes and Tags
All tags and attributes must be written in lowercase. Additionally, attribute values should be lowercase
Quotes
Use double/single quotes for attribute values
Boolean Attributes
Boolean attributes should not have a value
Indentation
When mixing PHP and HTML together, indent PHP blocks to match the surrounding HTML code