affiliate marketing

Wednesday, December 16, 2009

HTML Attributes

HTML Attributes

  • Attributes help the tags to style up the contents
  • Attributes appear in the HTML document as <tag attribute="value">content</tag>
  • For example, <body bgcolor="green"></body>, here body is the tag, bgcolor is an attribute of body tag and green is the value for the bgcolor attribute.