HTML DOM Style Object Standard Properties

What are all the standard properties available in the style object?

Explanation

HTML DOM Style Object Standard Properties:
The standard property is used to set the various values which are applicable globally to a html coding.The standard properties of the style object were listed in the table given below:
syntax:
object.style.property=value;
Standard PropertyDescription
dirspecifies the direction of text
langspecifies the language code for an element
titlespecifies an element's title

Ask Questions

Ask Question