spacer
prevtopnext

home / web / articles / html3andns / structure

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

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.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

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

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint

 



Revised: Aug. 30, 1996

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