Reliable and cheap hosting

QUICK GUIDE TO PREPARE A WEBPAGE


Page 3: Basic file structure of HTML documents

All standard HTML documents have a similar file structure as shown in the following table.

<html> 
<Head>  
    <Title>Your Webpage Title</Title>
</Head>  
<Body>  
      Your Webpage Contents
</Body>  
</html> 


The most basic structure for all HTML files are same. The only differences are Webpage Title and Webpage Contents.
 

Training Center
Web Page Design
 
 
 
 
Copyright © 2000 MyGreatName