Level-Setting
-
HTML commands consist of "elements" and "attributes"
-
For example: <p> is the paragraph element.
-
In the statement <p class="centered">, the normal flow of the paragraph is modified by the class attribute, which refers to a class defined in the style sheet.