HTML DOM
GitHub 0★
Get or set the document title
Get the document title
const
title
=
document
.
title
;
Set the document title
document
.
title
=
'Hello World'
;
Get CSS styles of an element
Get or set the HTML of an element