Results 41 - 60 of 61

<kbd>

The HTML Keyboard Input Element (<kbd>) represents user input and produces an inline element displayed in the browser's default monospace font.
Element HTML HTML text-level semantics Reference Web

<mark>

The HTML Mark Element (<mark>) represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particular context. For example it can be used in a page showing search results to highlight every instance of the searched-for word.
Element HTML HTML text-level semantics HTML5 Reference Web

<q>

The HTML Quote Element (<q>) indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don't require paragraph breaks; for long quotations use <blockquote> element.
Element HTML HTML text-level semantics Reference Web

<rp>

The HTML <rp> element is used to provide fall-back parenthesis for browsers non-supporting ruby annotations. Ruby annotations are for showing pronunciation of East Asian characters, like using Japanese furigana or Taiwainese bopomofo characters. The <rp> element is used in the case of lack of <ruby> element support its content has what should be displayed in order to indicate the presence of a ruby annotation, usually parentheses.
Element HTML HTML text-level semantics Reference Web

<rt>

The HTML <rt> Element embraces pronunciation of characters presented in a ruby annotations, which are used to describe the pronunciation of East Asian characters. This element is always used inside a <ruby> element.
Element HTML HTML text-level semantics Reference Web

<rtc>

The HTML <rtc> 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.
Element HTML HTML text-level semantics Reference Web

<ruby>

The HTML <ruby> Element represents a ruby annotation. Ruby annotations are for showing pronunciation of East Asian characters.
Element HTML HTML text-level semantics Reference Web

<samp>

The HTML <samp> element is an element intended to identify sample output from a computer program. It is usually displayed in the browser's default monotype font (such as Lucida Console).
Element HTML HTML text-level semantics Reference Web

<sub>

The HTML Subscript Element (<sub>) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text.
Element Élément HTML HTML text-level semantics Reference Référence Web

<sup>

The HTML Superscript Element (<sup>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.
Element Élément HTML HTML text-level semantics Reference Référence Web

<time>

The HTML <time> element represents either a time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information).
Element HTML HTML text-level semantics HTML5 Reference Web

<u>

The HTML Underline Element (<u>) renders text with an underline, a line under the baseline of its content.
Element HTML HTML text-level semantics Reference Web

<var>

The HTML Variable Element (<var>) represents a variable in a mathematical expression or a programming context.
Element Élément HTML HTML text-level semantics Reference Référence Web

<wbr>

The HTML element word break opportunity <wbr> represents 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.
Element HTML HTML text-level semantics Reference Web

text-size-adjust

On mobile devices, the text-size-adjust property allows Web authors to control if and how the text-inflating algorithm is applied to the textual content of the element it is applied to.
CSS CSS Mobile Text Size Adjustment CSS Property Experimental NeedsExample Reference

SpeechSynthesisUtterance.text

The text property of the SpeechSynthesisUtterance interface gets and sets the text that will be synthesised when the utterance is spoken.
API Experimental Property Reference speech SpeechSynthesisUtterance synthesis Text Web Speech API

<b>

The HTML <b> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance. It is typically used for keywords in a summary, product names in a review, or other spans of text whose typical presentation would be boldfaced. Another example of its use is to mark the lead sentence of each paragraph of an article.
Element HTML HTML text-level semantics HTML:Flow content HTML:Phrasing content Reference Web

<i>

The HTML <i> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.
Element em font-style HTML HTML text-level semantics Reference Web

<small>

The HTML Small Element (<small>) makes the text font size one size smaller (for example, from large to medium, or from small to x-small) down to the browser's minimum font size.  In HTML5, this element is repurposed to represent side-comments and small print, including copyright and legal text, independent of its styled presentation.
Element Élément font-size HTML HTML text-level semantics Reference Référence Web

<span>

The HTML <span> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div> element, but <div> is a block-level element whereas a <span> is an inline element.
Element HTML HTML text-level semantics HTML:Flow content Reference Web