| 
	
 | 
 Posted by Chris F.A. Johnson on 10/29/06 01:11 
On 2006-10-29, kosanovic@gmail.com wrote: 
> 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> 
 
   The paragraph is implicitly ended (remember, the end tag is not 
   mandatory) by the start of another block element; A <p> cannot 
   contain another block element. 
 
>  <LI><A href="contact.htm">Contact Us</A> 
>  </UL> 
></P> 
></body> 
></html> 
 
 
 
--  
   Chris F.A. Johnson                      <http://cfaj.freeshell.org> 
   =================================================================== 
   Author: 
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
 
  
Navigation:
[Reply to this message] 
 |