Attributes provide additional information about the contents of the an element.
They are placed in the opening tag
They have two parts: name, value
Attribute Name
Attribute Value
<img src="mdn-logo-sm.png" alt="MDN">
A complete list of all the available HTML attributes can be found here