Shared Flashcard Set

Details

Inline text semantics
Use the HTML inline text semantic to define the meaning, structure, or style of a word, line, or any arbitrary piece of text.
32
Other
Not Applicable
07/31/2019

Additional Other Flashcards

 


 

Cards

Term
<a>
Definition
The HTML <a> element (or anchor element), along with it's href attribute, creates a hyperlink to other web pages, files, locations within the same page, email addresses, or any other URL.
Term
<abbr>
Definition
The HTML Abbreviation element (<abbr>) represents an abbreviation or acronym; the optional title attribute can provide an expansion or description for the abbreviation.
Term
<b>
Definition
The HTML Bring Attention To element (<b>)  is used to draw the reader's attention to the element's contents, which are not otherwise granted special importance.
Term
<bdi>
Definition
The HTML Bidirectional Isolate element (<bdi>)  tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text.
Term
<bdo>
Definition
The HTML Bidirectional Text Override element (<bdo>) overrides the current directionality of text, so that the text within is rendered in a different direction.
Term
<br>
Definition
The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.
Term
<cite>
Definition
The HTML Citation element (<cite>) is used to describe a reference to a cited creative work, and must include the title of that work.
Term
<code>
Definition
The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code.
Term
<data>
Definition
The HTML <data> element links a given content with a machine-readable translation. If the content is time- or date-related, the <time>element must be used.
Term
<dfn>
Definition
The HTML Definition element (<dfn>) is used to indicate the term being defined within the context of a definition phrase or sentence.
Term
<em>
Definition
The HTML <em> element marks text that has stress emphasis. The <em>element can be nested, with each level of nesting indicating a greater degree of emphasis.
Term
<i>
Definition
The HTML <i> element represents a range of text that is set off from the normal text for some reason. Some examples include technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.
Term
<kbd>
Definition
The HTML Keyboard Input element (<kbd>) represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device.
Term
<mark>
Definition
The HTML Mark Text element (<mark>) represents text which is markedor highlighted for reference or notation purposes, due to the marked passage's relevance or importance in the enclosing context.
Term
<q>
Definition
The HTML <q> element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks.
Term
<rb>
Definition
The HTML Ruby Base (<rb>) element is used to delimit the base text component of a  <ruby> annotation, i.e. the text that is being annotated.
Term
<rp>
Definition
The HTML Ruby Fallback Parenthesis (<rp>) element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the <ruby> element.
Term
<rt>
Definition
The HTML Ruby Text (<rt>) element specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The <rt> element must always be contained within a <ruby> element.
Term
<rtc>
Definition
The HTML Ruby Text Container (<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.
Term
<ruby>
Definition
The HTML <ruby> element represents a ruby annotation. Ruby annotations are for showing pronunciation of East Asian characters.
Term
<s>
Definition
The HTML <s> element renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the <del> and <ins> elements, as appropriate.
Term
<samp>
Definition
The HTML Sample Element (<samp>) is used to enclose inline text which represents sample (or quoted) output from a computer program.
Term
<small>
Definition
The HTML <small> element represents side-comments and small print, like copyright and legal text, independent of its styled presentation. By default, it renders text within it one font-size small, such as from small to x-small.
Term
<span>
Definition
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.
Term
<strong>
Definition
The HTML Strong Importance Element (<strong>) indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.
Term
<sub>
Definition
The HTML Subscript element (<sub>) specifies inline text which should be displayed as subscript for solely typographical reasons.
Term
<sup>
Definition
The HTML Superscript element (<sup>) specifies inline text which is to be displayed as superscript for solely typographical reasons.
Term
<time>
Definition
The HTML <time> element represents a specific period in time.
Term
<tt>
Definition
The obsolete HTML Teletype Text element (<tt>) creates inline text which is presented using the user agent's default monospace font face.
Term
<u>
Definition
The HTML Unarticulated Annotation Element (<u>) represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation.
Term
<var>
Definition
The HTML Variable element (<var>) represents the name of a variable in a mathematical expression or a programming context.
Term
<wbr>
Definition
The HTML <wbr> 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.
Supporting users have an ad free experience!