HTML — HTML Attributes
Attributes provide extra information about elements. Example attributes include:
id
→ unique identifierclass
→ group for stylingstyle
→ inline CSStitle
→ tooltip text
<p id='intro' class='highlight' title='Hello!'>Hover over me to see tooltip.</p>