⚠️ DEPRECATED: <acronym>

Allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.

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

#HTML #WebDev #DailyHTML

<acronym> - HTML | MDN

The <acronym> HTML element allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.

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

<object>

Represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.

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

#HTML #WebDev #DailyHTML

<object>: The External Object element - HTML | MDN

The <object> HTML element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.

MDN Web Docs

<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

#HTML #WebDev #DailyHTML

<rp>: The Ruby Fallback Parenthesis element - HTML | MDN

The <rp> HTML element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the <ruby> element. One <rp> element should enclose each of the opening and closing parentheses that wrap the <rt> element that contains the annotation's text.

MDN Web Docs

<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

#HTML #WebDev #DailyHTML

<meter>: The HTML Meter element - HTML | MDN

The <meter> HTML element represents either a scalar value within a known range or a fractional value.

MDN Web Docs
<h1>–<h6>: The HTML Section Heading elements - HTML | MDN

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.

MDN Web Docs

<figcaption>

Represents a caption or legend describing the rest of the contents of its parent figure element.

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

#HTML #WebDev #DailyHTML

<figcaption>: The Figure Caption element - HTML | MDN

The <figcaption> HTML element represents a caption or legend describing the rest of the contents of its parent <figure> element, providing the <figure> an accessible description.

MDN Web Docs
<time>: The (Date) Time element - HTML | MDN

The <time> HTML element represents a specific period in time. It may include the datetime attribute to translate dates into machine-readable format, allowing for better search engine results or custom features such as reminders.

MDN Web Docs
<img>: The Image Embed element - HTML | MDN

The <img> HTML element embeds an image into the document.

MDN Web Docs

<title>

Defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; HTML tags within the element, if any, are also treated as plain text.

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

#HTML #WebDev #DailyHTML

<title>: The Document Title element - HTML | MDN

The <title> HTML element defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; HTML tags within the element, if any, are also treated as plain text.

MDN Web Docs