<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> The Page Title Goes Here </title>
<style type="text/css">
.r {color:red; font-weight:bold;}
</style>
</head>
<body>
<div><span class="r"> All the text between the span tags will be red. Note the class attribute is listed. The class is equal to .r . This class is defined in the style tags up in the heading of the page.
</span> All text after the span tag will be the default black. The span tag only affects a portion of text that is between the tags not the whole paragraph.</div>
</body>
</html>
© Copyright 2001,2002 Southern Twilight All rights reserved.