This page is Not Ready

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

className

Notes

Remarks

The className property gets the names of the classes that are assigned to this object. The object belongs to these classes. Several object instances can share a class name.

The className property has several roles:

  • As a style sheet selector (when you want to assign style information to a set of elements).
  • For general purpose browser processing.

Syntax

Standards information

See also

Related pages

Attributions