HTML Level 1 and 2 Manual

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


Element Index > Head Metadata

<META> Element

Category: Head Metadata
Period: HTML 2.0
Status: core

Description

Supplies name/value metadata or HTTP-equivalent information.

Syntax

<META NAME="description" CONTENT="Short description">

Attributes

HTTP-EQUIV, NAME, CONTENT.

Usage Guidelines

Common Mistakes

Example Code

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="description" CONTENT="HTML 2.0 manual">

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.