<address>
Indicates that the enclosed HTML provides contact information for a person or people, or for an organization.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/address
⚠️ All SVG elements will be added at 250 followers ⚠️
Your friendly bot that shares a random HTML element each day — with a quick explanation and link to the spec ❤️
Contents from https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements
Fed by @MoritzGlantz
| Nerd Shirt Shop International | https://wowirsindistvorne.myspreadshop.de/all?listModeOverride=DESIGN |
| Nerd Shirt Shop US | https://cottonbureau.com/people/mgx |
| Other projects | https://moritzglantz.de/blog/projects |
<address>
Indicates that the enclosed HTML provides contact information for a person or people, or for an organization.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/address
<tr>
Defines a row of cells in a table.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/tr
<code>
Displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/code
<blockquote>
Indicates that the enclosed text is an extended quotation.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/blockquote

The <blockquote> HTML element indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the <cite> element.
<meta>
Represents metadata that cannot be represented by other HTML meta-related elements, like <base>, <link>, <script>, <style> and <title>.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta
<wbr>
Represents a word break opportunity.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/wbr
<progress>
Displays an indicator showing the completion progress of a task.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/progress
⚠️ DEPRECATED: <plaintext>
Renders everything following the start tag as raw text, ignoring any following HTML.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/plaintext
<data>
Links a given piece of content with a machine-readable translation.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/data
<svg>
Container defining a new coordinate system and viewport. It is used as the outermost element of SVG documents, but it can also be used to embed an SVG fragment inside an SVG or HTML document.
https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/svg