Attribute

In web development, an Attribute provides additional information about HTML elements. Think of attributes like adjectives describing a noun; they provide extra details that modify or enhance elements on a webpage. For example, in the HTML tag <img src="image.jpg" alt="logo">, src and alt are attributes that tell the browser where to find the image and what text to display if the image cannot be loaded.

Was this article helpful?

Related Articles