Home  |  Latest News  |  Contribute  |  F.A.Q.  |  Account  |  Scripts | About
Search ASPNut:
 
ASP Reference
Server Variables
ASP Glossary
Related Sites

Free Components

HTML Reference
Web Colors
Entities
CSS Level 1
Encode/Decode
Glossary

Our Sponsors
ASP Nuke CMS
Free Auctions
PHP 5 Script
Funktastic Blog
ULost Directory
Team Task

 

 

 

 

 

 

 

 

 

 

 

 

<HEAD>

The HEAD element is one of the two major sections which make up an HTML document. The other element is the BODY. This element contains all of the meta-information for the page including the title, description and keywords for search engines.

It also may contain references to Cascading Style Sheets (CSS) and client-side scripting such as Javascript. Another special tag, META REFRESH, will redirect the user to another page on the site.

Attributes

Attribute Description
ID Identifies this tag to reference in script (program code)
CLASS Define the class used to render this element (defined by a style sheet)
PROFILE Indicates an external resource (URI) where meta data for the page may be found

Example

<HTML>
<HEAD>
	<TITLE>Sports Wrap - Hockey</TITLE>
</HEAD>
<BODY>
</BODY>
</HTML>

Compatibility

HTML 4.01

Return to HTML Tag Reference Overview

Orvado Technologies

ASP Nuke CMS
Free Open Source
Content Manager
HomeFix Boards
Home Remodeling
Message Boards

Contact Us | Contribute | About | Site Map



"I like to listen. I have learned a great deal from listening carefully. Most people never listen." - Ernest Hemingway

©2007 Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.