July 1998
Intermediate to advanced
1456 pages
65h 5m
English
STYLE — NN 4 IE 4 HTML 4
STYLE=”styleSheetProperties"Optional
This attribute lets you set one or more style sheet rule property
assignments for the current element. A style sheet rule applied to a
FONT element overrides any directly assigned
attribute values. Therefore, you can define a set of font
characteristics for non-CSS-capable browsers and a modified version
for CSS-capable browsers in the same tag.
<FONT STYLE="color:red; font-size:14pt">...</FONT>
An entire CSS-syntax style sheet rule is enclosed in quotes. Multiple style attribute settings are separated by semicolons. Style sheet attributes are detailed in Chapter 10.
None.
[window.]document.all.elementID.style
Read now
Unlock full access