HTML Flashcards
Text that has no extra importance but is styled in bold font by usage and convention.
<b></b>
Identifies text as an abbreviation; configure the title attribute with the full name.
<abbr></abbr>
Identifies a citation or reference; usually displayed in italics
<cite></cite>
Identifies program code samples; usually a fixed-space font
<code></code>
Identifies a definition of a word or term; usually displayed in italics
<dfn></dfn>
Causes text to be emphasized in relation to other text; usually displayed in italics
<em></em>
Text that has no extra importance, but is styled in italics by usage and convention
<i></i>
Identifies user text to be typed; usually a fixed space font
<kbd></kbd>
Text that is highlighted in order to be easily referenced(HTML5 only)
< mark >
Shows program sample output; usually a fixed space font
<samp></samp>
Legal disclaimers and notices (“fine print”) displayed in small font size
<small></small>
Strong importance; causes text to stand out from surrounding text; usually displayed in bold
<strong></strong>
Displays a subscript as small text below the baseline
Displays a superscript as small text above the baseline
Identifies and displays a variable or program output; usually displayed in italics
<var></var>