
Exercise: Creating an Embedded Style Sheet
An embedded style sheet is used to apply styles to a single document.
- Download the file http://darkwing.uoregon.edu/~jqj/inter-pub/css/chillyclimate.html
- Use an embedded style sheet to add styles to your document. Refer to your
handout for guidance.
- View your page with Netscape or MSIE.
Remember: an embedded stylesheet (in the HEAD section) might look like:
<STYLE TYPE="text/css"> <!--
BODY { background-color: #FFFFFF; }
--> </STYLE>
Next:
Positioning properties