<wbr>
Represents a word break opportunity.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/wbr
<wbr>
Represents a word break opportunity.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/wbr
<fencedframe>
Represents a nested browsing context, like iframe but with more native privacy features built in.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/fencedframe
<slot>
Part of the Web Components technology suite, this element is a placeholder inside a web component that you can fill with your own markup.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/slot
<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
<dt>
Specifies a term in a description or definition list.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dt
<script>
Used to embed executable code or data; this is typically used to embed or refer to JavaScript code.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/script
<dl>
Represents a description list.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dl
⚠️ DEPRECATED: <noframes>
Provides content to be presented in browsers that don't support the frame element.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noframes
<aside>
Represents a portion of a document whose content is only indirectly related to the document's main content.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/aside
<h1>
Represents the highest section level heading.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements
⚠️ DEPRECATED: <nobr>
Prevents the text it contains from automatically wrapping across multiple lines.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/nobr
<li>
Represents an item in a list.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/li
<blockquote>
Indicates that the enclosed text is an extended quotation.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/blockquote
<output>
Container element into which a site or app can inject the results of a calculation or the outcome of a user action.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/output
<footer>
Represents a footer for its nearest ancestor sectioning content or sectioning root element.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/footer
<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
<tbody>
Encapsulates a set of table rows, indicating that they comprise the body of a table's (main) data.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tbody
<table>
Represents tabular data—that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/table
<fieldset>
Used to group several controls as well as labels within a web form.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/fieldset