title top-level constant

Tag const title

Defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; HTML tags within the element, if any, are also treated as plain text.

Implementation

const title = Tag("title");