From Overview of JavaScript II -- From Cookies to Dynamical HTML CPS616 Technologies of the Information Age -- Spring Semester 99. byGeoffrey C. Fox (Tom Scavo)
A simple style sheet (in file "myStyle.css"): P.special { color: red; border: solid black; }
Now put a <LINK> tag in the <HEAD>: <LINK href="myStyle.css" rel="stylesheet" type="text/css">
In the <BODY>, type: <P class="special">A special paragraph!