<i>
Represents a range of text that is set off from the normal text for some reason.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/i

<i>
Represents a range of text that is set off from the normal text for some reason.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/i
<video>
Embeds a media player which supports video playback into the document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/video
<textarea>
Represents a multi-line plain-text editing control.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/textarea
DEPRECATED: <shadow>
An obsolete part of the Web Components technology suite that was intended to be used as a shadow DOM insertion point.
undefined
<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
<dialog>
Represents a dialog box or other interactive component.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dialog
<h3>
Represents the third highest section level heading.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements
<rp>
Used to provide fall-back parentheses for browsers that do not support the display of ruby annotations.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/rp
<meter>
Represents either a scalar value within a known range or a fractional value.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meter
<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
<embed>
Embeds external content at the specified point in the document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/embed
<blockquote>
Indicates that the enclosed text is an extended quotation.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/blockquote
<small>
Represents side-comments and small print, like copyright and legal text.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/small
<dt>
Specifies a term in a description or definition list.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dt
<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
<ruby>
Represents small annotations that are rendered above, below, or next to base text.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ruby
DEPRECATED: <xmp>
Renders text between the start and end tags without interpreting the HTML in between and using a monospaced font.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/xmp
<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
<link>
Specifies relationships between the current document and an external resource. This element is most commonly used to link to CSS but is also used to establish site icons among other things.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/link
<select>
Represents a control that provides a menu of options.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/select