hi, im having trouble validating this site http://users.on.net/~shafeel/zhang/index.html its for an assignment.. im getting errors which can be seen here
this is the code
this is the code
| Code: |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <title> Nguyen and Zhang IS Portfolio </title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> </head> <body bgcolor="white" vlink="green" alink="blue" link="red" > <p></p> <table width="90%" bgcolor="#000000"> <tr> <td colspan="2" height="89" width="400%"> <center> <img src="topbar.jpg" alt=""> </center> </td> </tr> <tr> <td colspan="2" height="29" bgcolor="#000000"> <p align="left"><b><font color="#FFFFFF"> <a target="main" href="http://www.google.com">Home</a> <a target="main" href="http://www.yahoo.com">Partners Biography and Resume</a> <a target="main" href="http://www.msn.com">Links</a> </font></b></td> </tr> <tr> <td height="600" background="tablebar.jpg" width="9%">SIDEBAR</td> <td width="78%"> <IFRAME name="main" src="frame.html" width="100%" height="100%"> </IFRAME> </td> </tr> </table> </body> </html> |
