OptionalbaseOptionalbodyAttributes for the <body> HTML element.
OptionalhtmlAttributes for the <html> HTML element.
OptionallinkThe <link> HTML element specifies relationships between the current document and an external resource.
This element is most commonly used to link to stylesheets, but is also used to establish site icons
(both "favicon" style icons and icons for the home screen and apps on mobile devices) among other things.
OptionalmetaThe <meta> element represents metadata that cannot be expressed in other HTML elements, like <link> or <script>.
OptionalnoscriptThe <noscript> HTML element defines a section of HTML to be inserted if a script type on the page is unsupported
or if scripting is currently turned off in the browser.
OptionalscriptThe <script> HTML element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code.
OptionalstyleThe <style> HTML element contains style information for a document, or part of a document.
It contains CSS, which is applied to the contents of the document containing the <style> element.
OptionaltemplateVariables used to substitute in the title and meta content.
OptionaltitleThe <title> HTML element defines the document's title that is shown in a browser's title bar or a page's tab.
It only contains text; tags within the element are ignored.
OptionaltitleGenerate the title from a template.
The element in a document.
<base>HTML element specifies the base URL to use for all relative URLs in a document. There can be only one