Adding CSS to an HTML Document in DHTML
<HEAD>
<STYLE TYPE="text/css">
... CSS Rules ...
</STYLE>
</HEAD>
CSS rules can be any of the following rule types.
- An HTML selector
- A class selector
- An ID selector
- A group of selectors
- A group of contextual selectors
- An imported CSS file