This example discusses HTML Syntax, which basically means rules of the language.
Two general good-practice guidelines (but not strict rules) are as follows:
All HTML tags and attributes names should be written in lower case.
All attribute values should be in quotations.
The rest of this example requires reading the source code.