HTML DOM Document title attribute

Definition and usage

title Set or return the document title attribute.

Example

Return the document title:

document.title;

Try it yourself

Change the document title:

document.title = "A new title";

Try it yourself

Syntax

Return title attribute:

document.title

Set title attribute:

document.title = newTitle

attribute value

value description
newTitle new document title.

return value

type description
string document title.

browser girmi

document.title wannan cece DOM Level 2 (2001) kara.

Dubaun dake girmi:

Chrome IE Edge Firefox Safari Opera
Chrome IE Edge Firefox Safari Opera
Shien 9-11 Shien Shien Shien Shien

Kankou pēji

HTML <title> tag

HTML DOM Title objeq