Posted by richard on 10/29/06 02:04
<kosanovic@gmail.com> wrote in message
news:1162082233.811190.266730@b28g2000cwb.googlegroups.com...
> 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><<<----------------------remove
> </body>
> </html>
>
Remove the end tag and see what happens.
This is what made M$ FP such a disaster. It added tags where they weren't
needed or wanted.
[Back to original message]
|