asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Elements > TITLE Element

<title> Element


Specifies the title of the document.HTML 2, 3.2, 4, 4.01, 5

HTML Syntax

NOTE: Both start and end tags are required.

Remarks

The <title> element represents the document’s title or name.

Authors should use titles that clearly identify the content of their documents and describe the subject matter unambiguously, as automated Web search tools use the content of the <title> element to index documents.

The content of the title element displays in the title bar of the browser window and in the taskbar.

If no title is specified, the default title depends on the browser being used.

There must be no more than one title element per document.

NOTE: This element can only be used within the <head> element.

Attributes

The <title> element has no attribute of its own, but supports global attributes common to all HTML elements.

Example

The following shows how the title element may be used.

<head>
   <title>Welcome to HTML<title>
</head>

 Show me 

External References

See Also

HTML   HEAD


Need a break ?
Suggested Reading

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note