The CSS is not working which is noted on there. This is for a school project ^^
<html>
<title>Educated We Stand</title>
<table width="100%" border="0">
<style type="text/css">
h1 {text-align:center} <!-- these aren't working, neither are <p classes
p1 {Font-family:Arial;color:red;}
{
background-color:#d0e4fe;
}
</style>
<script>
function myFunction()
{
x=document.getElementById("demo") // Find the element
x.style.color="#ff0000"; // Change the style
}
</script>
<body>
<div id="header" style="background-color:#CC0000;">
<h1 style="margin-bottom:0;">Educated We Stand</h1></div>
<tr valign="top">
<td style="background-color:#FFCCFF;width:20%;
text-align:center;">
<b>Main Menu</b><br />
<li><a href="default.asp" target="_blank">Academic Defintions</a></li>
<br>
<li><a href="default.asp" target="_blank">Student-friendly Definitions</a></li>
<br>
<li><a href="default.asp" target="_blank">Literary Terms</a></li>
<br>
<li><a href="default.asp" target="_blank">Authorial Techniques</a></li>
<br>
<li><a href="default.asp" target="_blank">Contact Us</a></li>
<br>
<li><a href="default.asp" target="_blank">About</a></li></div>
</td>
<td style="background-color:#eeeeee;height:600px;
width:60%;text-align:top;">
<p=class="Info"><h2>Enter Information Here</h2></p>
<p>You have reached our website where we will teach you language arts better than your teacher ></p>
<p1>Here are some insanely awesome pictures of tacos!</p1>
<img src="http://cdn.sheknows.com/articles/Tacos.jpg" alt="cdn.sheknows.com" width="815" height="545">
</td>
<td style="background-color:#FFCCFF;
width:20%;text-align:top;">
<b>Ads Are Here</b><br/>
</td>
</tr>
<table>
</body>
</html>