blog
Scripting Master’s blog provides more information about web technologies.
Categories:

Archives:
Meta:
September 2010
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
27282930  
01/07/06
What is inside of a web page?
Filed under: General
Posted by: site admin @ 12:25 pm

A web page consists of basically two parts: the header and body. The header section of a web page contains information about a web page. The header section contains tags such the title and meta tags. The body section of a web page document contains the content for a web page. All the information you want to display on a web page should be included in the body section of the web page. Note that the header information, except for the title tag, of a web page is not displayed on the web page.< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Leave a Reply