HTML Element: <title>
[this page | pdf | back links]
The HTML <title> element indicates the title
for the document. It appears in the <head> part of
the document. It typically identifies the page title that appears in a browser
toolbar, the page title that is by default added to a user’s list of favourite
pages within a browser and usually is the title shown for the page in search
engine results.
The attributes
it can take are HTML
global attributes and HTML event attributes.
To
create or access such an element in JavaScript
see here. The
corresponding HTML DOM
object supports standard
DOM properties and methods. It also supports the following additional
properties:
|
Property
|
Description
|
More
|
|
text
|
Sets
/ returns text of document title
|
Here
|
The default style
applicable to this element is shown here.
NAVIGATION LINKS
Contents | Prev | Next | HTML Elements