Home > Abakada: Back to Basics > Language References > HTML Element Attributes > TITLE Attribute
Sets or retrieves the title of the stylesheet.
Inline |
<LINK TITLE = sTitle ... > |
Script |
link.title = sTitle ] |
sTitle |
Title of the stylesheet. |
The property is read/write with no default value.
The title is a string that is a grouping mechanism for stylesheets.
LINK
|