HTML Tutorial

The language for building web pages.

HTML Attributes

HTML Attributes

HTML attributes provide additional information about HTML elements. All HTML elements can have attributes. Attributes are always specified in the start tag.

Important Attributes:

AttributeDescription
hrefURL for links
srcSource for images
width/heightSize of elements
altAlternate text for images
styleInline CSS styling
titleTooltip text
classCSS class name
idUnique identifier

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics