The Problem with HTML


Course Audience
CS5280 Graduate
CS1250 Undergraduate

The HTML Document


<html>
<head>
    <title>The Problem with HTML</title>
</head>
<body bgcolor="antiquewhite" text="#000000" alink="#FF0000" vlink="#FF00FF" link="#0000FF">
<center>
    <h1>The Problem with HTML</h1>
</center>
<hr>
    <TABLE BORDER="2" CELLSPACING="1">
<TR>
	<TD><b>Course</b></TD>
	<TD><B>Audience</B></TD>
</TR>
<TR>
	<TD>CS5280</TD>
	<TD>Graduate</TD>
</TR>
<TR>
	<TD>CS1250</TD>
	<TD>Undergraduate</TD>
</TR>
</TABLE>
</body>
</html>