Hi,
I'm trying to validate my web page, but I'm getting errors I don't understand.
Here are the lines in question:
<ul class="top">
<span style="text-align:right;">
<li class="top"> <a href="#Link Sites">
Back to Top</a></li></span>
</ul>
Error messages:
start tag for "LI" omitted, but its declaration does not permit this.
document type does not allow element "LI" here.
Here is my doc type:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"
http://www.w3.org/TR/html4/strict.dtd"
Start Free Trial