Sets an inline style for the element.
![]() |
Syntax
| HTML |
|---|
<element STYLE="" ... > |
| JavaScript |
|---|
Property values
sStyle-
A String that specifies the inline style.
Standards information
- HTML 4.01 Specification, Section 14.2.3
Remarks
This attribute is not accessible through scripting. To access styles through scripting, use the style object.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
See also
- a
- abbr
- address
- area
- b
- blockQuote
- body
- br
- button
- caption
- cite
- code
- col
- colGroup
- custom
- dd
- del
- div
- dl
- dt
- em
- embed
- fieldSet
- form
- hn
- hr
- i
- iframe
- img
- input type=button
- input type=checkbox
- input type=file
- input type=hidden
- input type=image
- input type=password
- input type=radio
- input type=reset
- input type=submit
- input type=text
- ins
- kbd
- label
- legend
- li
- map
- object
- ol
- optGroup
- option
- p
- pre
- q
- rt
- ruby
- s
- samp
- select
- small
- span
- strong
- sub
- sup
- table
- tBody
- td
- textArea
- tFoot
- th
- tHead
- tr
- u
- ul
- var
Build date: 11/28/2012
