Definition of HTML "attribute"
An attribute is a named property associated with an element. In a marked-up document, attributes are coded in a starting tag or standalone tag between the element name and the tag's terminating />
or >
delimiter. The code for an HTML attribute consists of the attribute name, an equal sign (=
) and the value of the property enclosed in quotes.