Tuesday, February 5, 2008

HTML Attributes

Attributes provide additional information to an HTML element.
HTML Tag Attributes
HTML tags can have attributes. Attributes provide additional information to an HTML element.
Attributes always come in name/value pairs like this: name="value".

Attributes are always specified in the start tag of an HTML element.