/html-dom /Basic
GitHub 4932★

Get or set the document title

Get the document title

const title = document.title;

Set the document title

document.title = 'Hello World';
Follow me on and to get more useful contents.