Exercise: Creating an Embedded Style Sheet

An embedded style sheet is used to apply styles to a single document.
  1. Download the file http://darkwing.uoregon.edu/~jqj/inter-pub/css/chillyclimate.html
  2. Use an embedded style sheet to add styles to your document. Refer to your handout for guidance.
  3. 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>


[up to series index] Next: Positioning properties