Saturday 23 November 2013

Chapter 3: HTML Attributes

Chapter 3: HTML Attributes

Standard HTML Attributes

Attributes provide additional information about HTML elements.
   ❑ Attributes provide additional information about the element.
   ❑ Attributes come in name/value pairs like: name=”value".
   ❑ Attributes are always specified in the start tag.


HTML Attributes Reference

Standard attributes for most HTML elements.

Attribute
Value
Description
class
class_rule or style_rule
The class of the moment
id
id_name
A unique id for the element
style
style_definition
An inline style definition
title
tooltip_text
A text to display in a tool tip

No comments:

Post a Comment