Attribute name
An attribute consists of two parts: a name and a value, separated by the equals sign (=).
The name is the first part that tells us what kind of modifier it is. For example, the link tag <a>
has an attribute href
that indicates the URL of a page it leads to href
stands for hypertext reference, and it tells the browser that there is a hypertext link coming.