title
Summary
A string used to identify a stylesheet.
Property of css/cssom/styleSheetcss/cssom/styleSheet
Syntax
var result = element.title;
element.title = value;
Notes
Remarks
The title is a string used to identify a style sheet.
Syntax
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.4.3
See also
Related pages
- styleSheetstyleSheet
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]