Framify

Tag: <title>

<title> Syntax

Syntax Diagram for <title>
Opening Tag Content Closing Tag
<title> non-tagged text </title>

<title> Description

The <title>. . . </title> tags specify the title of a document. It cannot contain HTML markup.

<title> Example

<html> <head> <title>My Document</title> </head> ... </html>
Last Modified: