Here is my code, I omitted some non relevant stuff to shorten it.
<body>
<div id="Content" align="center">
<table id="tContent">
<tbody>
<tr>
<td>
<p id="menu">
<a href="#bio" title="About Me">About</a>-
<a href="#assignments" title="Class Assignments">Assignments</a>-
<a href="#contact" title="Contact">Contact</a>
</p>
<br />
<p>
<h1 id="heading">Welcome To My Page!</h1>
<img src="images/chinese.png" alt="Huanying nin dao wo de wangye!"/><br />
<img src="images/profile_headshot.jpg" id="profile" alt="Me" title="A Picture of Me" />
<p id="bio">
Hello, Ni hao, and Wah Gwan?
</p>
<p id="hobbies">
<b>For fun I enjoy some of these fun hobbies:</b><br />
- <a href="http://en.wikipedia.org/wiki/LAN_party" title="What is a LAN party?" target="_blank">LAN Parties</a>
</p>
<hr />
<h4 id="assignments">Assignments</h4>
<a href="assignments/tutorial1_case1/euler.htm" target="_blank">Leonard Euler, Mathematics Dept., Costal University</a><br /><br />
<hr />
<h4 id="contact">Contact</h4>
Phone Number: (407)-967-****<br />
Email Me @: <a href="mailto:******@gmail.com" title="Gmail">******@gmail.com</a><br />
</p>
</td>
</tr>
</tbody>
</table>
</div>
</body>
here are the errors they are on the h, p, and hr tags:
Error Line 21, Column 37: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
Line 24, Column 32: document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
Line 42, Column 26: document type does not allow element "hr" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
thanks!
[edited by: tedster at 1:20 am (utc) on Mar 7, 2011]
[edit reason] to obscure the phone and email [/edit]