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.
  1. In tags, sets the values ​​of the properties of the STYLE: object
  2. unique properties
    style = "property: value; property: value; ..."
  3. multivalued properties
    style = "property: value1 ... valueN; ..."
  4. In a script, sets the value of one or more properties of the STYLE object:
  5. unique properties
    object.style.property = value
  6. multivalued properties
    object.style.property = "value1 value2 ..."