Signup
Current Users : 25 (Member 0) 
DOMAIN TOOLS

WEBMASTER TOOLS

RELATED ARTICLES

SUBMIT AN ARTICLE

Write for us and get publicity, link to your website, and best of all get paid. Please visit our writers page for details.


LINK TO US

Link to us and earn points for each visitor you bring to us. Please visit our link partner page for details.

 

<HEAD>

Usage Recommendation
thumbs up use it

illustrates the two sections in HTML: HEAD and BODYWithin <HTML>, the document has two sections to it: <HEAD> and <BODY ...>. <HEAD> is like the cover page of the document. Just as the cover page of a book contains information about the book (such as the title), the <HEAD> section contains information about the document. This information is communicated through the <TITLE> tag (which is required) and the <LINK ...> and <META ...> tags.

A simple document might look like this:

this code produces this
<HTML>

<HEAD>
<TITLE>My Home Page</TITLE>
</HEAD>

<BODY>
<H1>My Home Page</H1>
Hi There!
</BODY>

</HTML>
this page

A more slightly complicated document which uses <LINK ...> and <META ...> might look like this:

this code produces this
<HTML>

<HEAD>
<TITLE>My Home Page</TITLE>
<LINK REL=HOME HREF="/tags/index.php">
<META NAME=AUTHOR CONTENT="Ben Hall">
</HEAD>

<BODY>
<H1>My Home Page</H1>
Hi There!
</BODY>
</HTML>
this page



Copyright 1997-2002 Idocs, Inc. Written by Miko Sullivan.

 
 
 
SPONSOR LINKS

What is your favorite CRM?
 
 
 
 
 
 

ADVERTISEMENT

 
Cheap Web HostingBudget Web HostingEcommerce Web Hosting
Link to UsLink ExchangeAdvertisePrivacy PolicyTerms Of ServiceAbout UsContact UsSitemap
Copyright © 2006 - 2010 Broadband Media, Inc. All rights reserved.