Style Sheet Test Page

This page is used for my Cascading Style Sheet testing. Most of what is presented here comes from the book, "Mastering XHTML". This page uses an linked style to associate the content with the presentation style sheet. It uses multiple presentation formats. This subject matter is discussed beginning on page 333.

Here is a example of a link My Home Page

Use the #ffffff RGB format to specify color. There are very few standard colors. They are listed on page 1172.

This paragraph is black.

This paragraph is blue

This paragraph is red.

This paragraph is fuchsia.

This paragraph is green.

This paragraph is highlighted, see page 342.

This WORD is differnet to show how the "span" element can be applied to "classes" for characters or words. See page 336. Note: WORD should be in red, it isn't so it appears not to work in browsers I have used or I am doing something wrong.

"This is an example of a blockquote element with customization which is embedded within the css document."

This example shows "inline" style definition as shown by the example on page 337. The presentation is embedded in the xhtml document rather than the stylesheet document.

That's all folks!