HTML DOM Document title attribute
- Kaijo chuu strictErrorChecking
- Sochi e URL
- Kaijo chuu HTML DOM Documents
Definition and usage
title
Set or return the document title attribute.
Example
Return the document title:
document.title;
Change the document title:
document.title = "A new title";
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 |
- Kaijo chuu strictErrorChecking
- Sochi e URL
- Kaijo chuu HTML DOM Documents