Certified HTML5 Developer Learning Resources title element

Learning Resources
 

title element


The title of a document is specified by the TITLE element. The TITLE element should occur in the of the document.

There may only be one title in any document. It should identify the content of the document in a fairly wide context.

The title is not part of the text of the document, but is a property of the whole document. It may not contain anchors, paragraph marks, or highlighting. The title may be used to identify the node in a history list, to label the window displaying the node, etc. It is not normally displayed in the text of a document itself. Contrast titles with  . The title should ideally be less than 64 characters in length. That is, many applications will display document titles in window titles, menus, etc where there is only limited room. Whilst there is no limit on the length of a title (as it may be automatically generated from other data), information providers are warned that it may be truncated if long.

Examples of use

Appropriate titles might be

		Rivest and Neuman. 1989(b)

or

		A Recipe for Maple Syrup Flap-Jack

or

		Introduction -- AFS user's Guide

Examples of inappropriate titles are those which are only meaningful within context,

		Introduction

or too long,

	Remarks on the Quantum-Gravity effects of "Bean
	Pole" diversification in Mononucleosis patients in Developing
	Countries under Economic Conditions Prevalent during
	the Second half of the Twentieth Century, and Related Papers:
	a Summary

 

 For Support