Attributes provide extra information about HTML elements.
<a href="https://example.com">Visit Website</a> <img src="image.jpg" alt="My Image" width="200"> <p style="color:red;">This is a styled paragraph</p>
Used in links
Used in images
Add inline CSS