Saturday, 14 March 2015

HTML Attributes

Attributes provide additional information about HTML elements.

HTML Attributes

  • HTML elements can have attributes
  • Attributes provide additional information about an element
  • Attributes are always specified in the start tag
  • Attributes come in name/value pairs like: name="value" 
The href Attribute HTML links are defined with the tag. The link address is specified in the href attribute: 

<a href="http://webgurunow.blogspot.in">Web Guru Now</a>

where href in attrubutes for <a> tag

No comments:

Post a Comment