STRONG
STRONG is a presentation element that is usually rendered
in a bold font, although how it is rendered is dependant
on the user agent.
<STRONG>Bold Text</STRONG>
|
Bold Text
|
Applying the font style with Style Sheets adds more
versatility and gives greater control.
<SPAN style = "font-weight : bold;
font-size : large;
color : blue;
background : yellow;
font-style : italic"
>
Bold Text
</SPAN>
|
Bold Text
|
Additional Resources:
HTML 4.01 Tags
|