Indentation
Indent using 2 spaces. Don’t mix tabs and spaces for indentation.
| <ul> | 
| .example { | 
Capitalization
Use only lowercase.
This applies to XML and HTML element names, attributes, attribute values, CSS selectors, properties, and property values (with the exception of strings and case-sensitive XML element nodes).
| <!-- Not Recommended --> | 
| /* Not Recommended */ | 
Trailing Whitespace
Remove trailing white spaces.
| <!-- Not Recommended --> | 
Encoding
Use UTF-8 (no BOM).
For XHTML, XML, and OPF, specify the encoding within the XML declaration.