‹head›
Contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/head
‹head›
Contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/head
‹nav›
Represents a section of a page whose purpose is to provide navigation links.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nav

The <nav> HTML element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.
‹del›
Represents a range of text that has been deleted from a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/del

The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering "track changes" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document.
‹sub›
Specifies inline text which should be displayed as subscript for solely typographical reasons.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/sub
📐 SVG: ‹stop›
Defines a color stop within a linear or radial gradient.
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/stop
‹base›
Specifies the base URL to use for all relative URLs in a document. There can be only one such element in a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/base
‹select›
Represents a control that provides a menu of options.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select
‹style›
Contains style information for a document or part of a document. It contains CSS, which is applied to the contents of the document containing this element.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/style
📐 SVG: ‹feTurbulence›
Generates procedural noise or turbulence for SVG filter effects.
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feTurbulence
📐 SVG: ‹style›
Embeds style sheet rules inside an SVG document.
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/style