Jump to content

Valid XHTML Errors


magnetica

Recommended Posts

Sorry if this is the wrong place to post on this subject (couldn't find a XHTML forum)

 

Anyway if you follow the link below if finds two errors, but I dont understand what the errors are

 

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.flash-online-games.co.uk%2Fplay_div.php%3Fid%3D233

 

Heres the code that I'm using:

 

 

 

<form action="play.php?id=233" method="post">
<input name="rating" type="radio" value="1" />1/5
        <input name="rating" type="radio" value="2" />2/5
        <input name="rating" type="radio" value="3" checked="CHECKED" />3/5
        <input name="rating" type="radio" value="4" />4/5
        <input name="rating" type="radio" value="5" />5/5";     
</form>

It is saying that there is a problem with this line:

Link to comment
https://forums.phpfreaks.com/topic/40390-valid-xhtml-errors/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.