Attributes are what customize the tags, and they're defined within the tags, for example:
<img src="image.jpg">
Attributes are optional for most tags, usually to change the default state of a tag. However, some tags, such as the <img> tag, require attributes such as src and alt, which are needed for the browser to display the image properly.