Example of CSS in a separated file

Again the same line in italic and red.

A simple example

The code to apply an external CSS to this page is:

<HEAD>

<TITLE>CSS page example</TITLE>
<LINK rel="stylesheet" type="text/css"
href="example1.css" title="style1">
</HEAD>

Please note that the file example1.css is a text file containing the style as follows:

h3 { font-family: Arial; font-style: italic; color: red }


This page is maintained by Al Bento who can be reached at abento@ubalt.edu This page was last updated on May 17,2007. Although we will attempt to keep this information accurate, we can not guarantee the accuracy of the information provided.