> For the complete documentation index, see [llms.txt](https://web-dev-guide.wishtack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-dev-guide.wishtack.io/html/html-attributes.md).

# HTML Attributes

As you can notice with `a` and `img` tags, some tags **can&#x20;*****(or must)*****&#x20;be customized** using HTML attributes.

**Attributes are for HTML tags what parameters are for functions**.

{% hint style="success" %}
Some tags might need multiple attributes especially when combined with frameworks like Angular.

To avoid duplicates and to improve readability, attributes should be used in **alphabetical order** and on a **new line for each attribute**.
{% endhint %}
