Posted by kosanovic on 10/29/06 00:37
Hello, Can somebody please tell me what to do to make this validate?
The error is "end tag for element "P" which is not open."
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type"content="text/html;charset=iso-8859-1">
<meta name="Description" content="Software shareware">
<title> test layout </title>
</head>
<body>
<P class="title">BLABLA
<UL>
<LI><A href="contact.htm">Contact Us</A>
</UL>
</P>
</body>
</html>
Navigation:
[Reply to this message]
|