<noscript>
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.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noscript
<noscript>
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.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noscript
<h6>
Represents the lowest section level heading.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements
The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.
<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
⚠️ DEPRECATED: <rtc>
Embraces semantic annotations of characters presented in a ruby of rb elements used inside of ruby element.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/rtc
<div>
The generic container for flow content.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/div
The <div> HTML element is the generic container for flow content. It has no effect on the content or layout until styled in some way using CSS (e.g., styling is directly applied to it, or some kind of layout model like Flexbox is applied to its parent element).
<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
<progress>
Displays an indicator showing the completion progress of a task.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/progress
<thead>
Encapsulates a set of table rows, indicating that they comprise the head of a table with information about the table's columns.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/thead
<h4>
Represents the fourth highest section level heading.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements
The <h1> to <h6> HTML elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest. By default, all heading elements create a block-level box in the layout, starting on a new line and taking up the full width available in their containing block.
<picture>
Contains zero or more source elements and one img element to offer alternative versions of an image for different display/device scenarios.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/picture