spacer
prevtopnext

home / web / articles / html3andns / structure

Developer News
Google Chrome Playing Catch-Up on Extensions
Open Solutions Alliance Gets New Leadership
Red Hat Spacewalk Expands Linux Management

Document Structure

HTML 3.2 and Netscape 3.0


Every HTML 3.2 document begins with the following <!DOCTYPE> declaration (to distinguish HTML 3.2 from other versions of HTML), followed by HEAD and BODY elements. The TITLE tags are required. All other tags are optional.

  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
     <HTML>
  1. <HEAD>
     <TITLE>Life after Death? A first-hand account</TITLE>
     ... other head elements
     </HEAD>
  2. <BODY>
     ... document body (includes block, text, and header elements)
  3.  BLOCK-type elements (P, DIV, TABLE, Lists, etc.)
     </BODY>
     </HTML>

nextprev

Comments are welcome

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Popular JavaScript Framework Libraries: An Overview - Part 3 · Accessing Your MySQL Database from the Web with PHP · Working with the DOM Stylesheets Collection
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
MS Access and MySQL · Cisco AutoQoS: VoIP QoS for Mere Mortals · While VoIP Adoption Explodes in Enterprise, Carrier Spending Lags

 



Revised: Aug. 30, 1996

URL: http://webreference.com/html3andns/structure.html