⚠️ DEPRECATED: <rtc>

Embraces semantic annotations of characters presented in a ruby of rb elements used inside of ruby element.

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

#HTML #WebDev #DailyHTML

<rtc>: The Ruby Text Container element - HTML | MDN

The <rtc> HTML element embraces semantic annotations of characters presented in a ruby of <rb> elements used inside of <ruby> element. <rb> elements can have both pronunciation (<rt>) and semantic (<rtc>) annotations.

MDN Web Docs

<button>

An interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology.

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

#HTML #WebDev #DailyHTML

<button>: The Button element - HTML | MDN

The <button> HTML element is an interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology. Once activated, it then performs an action, such as submitting a form or opening a dialog.

MDN Web Docs
<frameset> - HTML | MDN

The <frameset> HTML element is used to contain <frame> elements.

MDN Web Docs

<template>

A mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.

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

#HTML #WebDev #DailyHTML

<template>: The Content Template element - HTML | MDN

The <template> HTML element serves as a mechanism for holding HTML fragments, which can either be used later via JavaScript or generated immediately into shadow DOM.

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

<bdi>

Tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text.

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

#HTML #WebDev #DailyHTML

<bdi>: The Bidirectional Isolate element - HTML | MDN

The <bdi> HTML element tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.

MDN Web Docs

<dd>

Provides the description, definition, or value for the preceding term in a description list.

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

#HTML #WebDev #DailyHTML

<dd>: The Description Details element - HTML | MDN

The <dd> HTML element provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>).

MDN Web Docs

⚠️ DEPRECATED: <rb>

Used to delimit the base text component of a ruby annotation.

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

#HTML #WebDev #DailyHTML

<rb>: The Ruby Base element - HTML | MDN

The <rb> HTML element is used to delimit the base text component of a <ruby> annotation, i.e., the text that is being annotated. One <rb> element should wrap each separate atomic segment of the base text.

MDN Web Docs

⚠️ DEPRECATED: <rtc>

Embraces semantic annotations of characters presented in a ruby of rb elements used inside of ruby element.

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

#HTML #WebDev #DailyHTML

<audio>: The Embed Audio element - HTML | MDN

The <audio> HTML element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.

MDN Web Docs