copyright © CSSPG, lud April 21 1999


 for practical use of CSS

Welcome to the CSS Pointers Group Notafaq

this document is located at...
<URI:http://css.nu/examples/embedded.html>

* Embedded Style *

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>

CSS Pointers Navigation
Index · Browser Bugs · Books · Tools · DHTML · XSL & DSSSL
Main Site Navigation
Index · Articles · Examples · Experiments · FAQ · Markup · Styles · Who is?
CSSPG ~ Sue ~ Roland
Validate markup Check CSS