STYLE
The STYLE command defines Style Sheet formatting, and is placed between the HEAD tags. In order to provide for browsers that do not support the STYLE tag, the statements between the opening and closing STYLE tags are enclosed within the '< !-- ... --> comment tags. For example:
<HTML> <HEAD> <TITLE>WalkTheGeek</TITLE> <STYLE TYPE="TEXT/CSS"> </STYLE> </HEAD> <BODY> </BODY> </HTML>
STYLE Attributes:
MEDIA=" ... "
This attribute is used to define the destination medium for the inforamtion. Options are Screen, Print, Projection, Braille, Speech, and All.
TITLE=" ... "
The TITLE attribute is used to display a note or information in a popup window pertaining to the object to which it was assigned. The popup window is invoked by holding the mouse pointer over the object.
TYPE=" ... "
This attribute defines the MIME type of the Style Sheet to be used.
This tag also accepts the following Event Handlers:

onClick
onDblClick
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onKeyPress
onKeyDown
onKeyUp