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

 

 

 

 

 

 

 

 

 

 

 

 

<HTML>

The HTML element is the top level element which defines the entire web page. All HTML tags on your page should be enclosed between the starting and ending HTML tag. Many browsers will still render the page correctly without these tags, but you should consider them required elements.

Attributes

Attribute Description
VERSION [DEPRECATED] Contains the document type definition to be used. This has been superceded by the DOCTYPE declaration

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



"Never trust a computer you can't throw out a window." - Steve Wozniak

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