Attribute


The attribute is an HTML element's property.

In HTML attributes are assigned to tags. This will influence how an element is displayed and what actions it will perform.

Example

href is an attribute of the <a> tag in the following example:

<a href="http://www.aseops.com">SEO software</a>.