Follow the rules in the HTMLHint configuration.
- Always use lowercase for tag and attribute names
- Always use double quotes for attributes
id
: value should be camel-case- should be used sparingly, primarily for obtaining a reference to a node in JS
class
: value should be dasherized