HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Document

<HEAD> Element

Category: Document
Period: HTML 1 / HTML 2.0
Status: core

Description

The non-visible information area of an HTML document.

Syntax

<HEAD>
<TITLE>Page title</TITLE>
</HEAD>

Attributes

None in strict HTML 2.0.

Usage Guidelines

Common Mistakes

Example Code

<HEAD>
<TITLE>About Our Catalogue</TITLE>
<META NAME="description" CONTENT="A small catalogue page">
</HEAD>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.