Re: Have a close look at the code of this (x)html

You need to correct the errors...

The errors are

Line 13, Column 41:

 there is no attribute "href"

Remove this line:

<meta name="author" content="iq72" href="http://validator.w3.org/" />

Line 329, Column 5:

 end tag for "br" omitted, but OMITTAG NO was specified

means: replace <br> with <br />

Line 329, Column 198:end tag for "img" omitted, but OMITTAG NO was specified
<img src="http://users.freewebhostingarea.com/i/freehosting.png" border="0" width="88" height="15" alt="Free Web Hosting">MEANS: change to:
<img src="http://users.freewebhostingarea.com/i/freehosting.png" border="0" width="88" height="15" alt="Free Web Hosting" />

---------- Original Message -----------
From: Marcus Peters <getmeahorseor2@gmail.com> 
To: www-validator@w3.org 
Sent: Fri, 2 Apr 2010 13:35:29 +0300 
Subject: Re: Have a close look at the code of this (x)html

> I did as you told me to make me remember my mistake and to show you that I'm obedient to my teachers which I value
> 
> http://atadam.freeoda.com/Research.html
> 
> with my deepest excuses M.Peters
------- End of Original Message -------
 

Received on Friday, 2 April 2010 17:31:14 UTC