copyright © CSSPG, lud April 21 1999

for practical use of CSS
Embedded style are style statements contained within the <HEAD>...</HEAD> section of the HTML file.
An example of the embedded CSS used on this page is:
<STYLE TYPE="text/css" MEDIA="screen" TITLE="Special paragraph colour">
<!--
P.special {color: #c33; background: transparent;}
-->
</STYLE>
This paragraph is "special", because of the markup:
<P CLASS="special">This paragraph is "special", because of the markup:</P>