@DailyHTML

239 Followers
1 Following
602 Posts

⚠️ 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 Internationalhttps://wowirsindistvorne.myspreadshop.de/all?listModeOverride=DESIGN
Nerd Shirt Shop UShttps://cottonbureau.com/people/mgx
Other projectshttps://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

#HTML #WebDev #DailyHTML

<address>: The Contact Address element - HTML | MDN

The <address> HTML element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.

MDN Web Docs
<tr>: The Table Row element - HTML | MDN

The <tr> HTML element defines a row of cells in a table. The row's cells can then be established using a mix of <td> (data cell) and <th> (header cell) elements.

MDN Web Docs

<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

#HTML #WebDev #DailyHTML

<code>: The Inline Code element - HTML | MDN

The <code> HTML element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font.

MDN Web Docs

<blockquote>

Indicates that the enclosed text is an extended quotation.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/blockquote

#HTML #WebDev #DailyHTML

<blockquote>: The Block Quotation element - HTML | MDN

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.

MDN Web Docs

<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

#HTML #WebDev #DailyHTML

<meta>: The metadata element - HTML | MDN

The <meta> HTML element represents metadata that cannot be represented by other meta-related elements, such as <base>, <link>, <script>, <style>, or <title>.

MDN Web Docs
<wbr>: The Line Break Opportunity element - HTML | MDN

The <wbr> HTML element represents a word break opportunity—a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location.

MDN Web Docs

<progress>

Displays an indicator showing the completion progress of a task.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/progress

#HTML #WebDev #DailyHTML

<progress>: The Progress Indicator element - HTML | MDN

The <progress> HTML element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

MDN Web Docs

⚠️ 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

#HTML #WebDev #DailyHTML

<plaintext>: The Plain Text element (Deprecated) - HTML | MDN

The <plaintext> HTML element renders everything following the start tag as raw text, ignoring any following HTML. There is no closing tag, since everything after it is considered raw text.

MDN Web Docs

<data>

Links a given piece of content with a machine-readable translation.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/data

#HTML #WebDev #DailyHTML

<data>: The Data element - HTML | MDN

The <data> HTML element links a given piece of content with a machine-readable translation. If the content is time- or date-related, the <time> element must be used.

MDN Web Docs

<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

#HTML #WebDev #DailyHTML

<svg> - SVG | MDN

The <svg> SVG element is a container that defines 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.

MDN Web Docs