HTML Attributes
All HTML elements can have attributes
Attributes are made up of the following two parts:
- The name of the attribute
- The value of the attribute
An example of a global attribute is the
id
 attribute. Here is a list of all the HTML Attributes References with its description.