HTML Attributes


  • HTML elements can have attributes.
  • Attributes provide additional information about an element.
  • Attributes are always specified in the start tag.
  • Attributes comes in name/value pairs like : name="value"


Example For Attributes :
<a href=http://www.thenewbost.com">This is a link</a>