style
the property of many tags . The following items are for your reference. When you insert properties and their values into tags or scripts, the html-code attributes of the STYLE property are automatically inserted.
- In tags, sets the values of the properties of the STYLE: object
- unique properties
style = "property: value; property: value; ..." - multivalued properties
style = "property: value1 ... valueN; ..." - In a script, sets the value of one or more properties of the STYLE object:
- unique properties
object.style.property = value - multivalued properties
object.style.property = "value1 value2 ..."