ClassName Property
The className property sets or returns the class name of an element (the value of an element’s class attribute).
Syntax
Return the className property:
HTMLElementObject.className
Set the className property:
HTMLElementObject.className = class
Example: 1
Set the class for an element with id=”demoDIV”
Example: 2
Toggle between two class names.