This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

See also

Related pages

Attributions