Attributes in HTML tags
Tags can also contain attributes - special commands that extend the tag's action. Attributes are placed inside the opening tag in the following format:
<tag attribute1="value1" attribute2="value2">
Quotation marks can be any - single or double, it is permissible not to use them at all if the attribute value consists of one word (but this is not desirable).