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 Property | Description |
| dir | specifies the direction of text |
| lang | specifies the language code for an element |
| title | specifies an element's title |