HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

title

Description

The title of Document for JS returns the document's title, as given by the title element for HTML and as given by the SVG title element for SVG.

Can be set, to update the document's title. If there is no appropriate element to update, the new value is ignored.

Syntax

document.title [ = value ]

Examples

1 · get

2 · set