Robbins Flashcards
The * attribute is used to identify
id (unique on page)
The * attribute is used to classify
class (is not unique)
address
author contact information
article(5)
self-contained content
header(5)
introductory content
nav(5)
primary navigation
section(5)
conceptually related group of content
h1….h6
headings (levels 1 through 6)
hgroup
heading group
blockquote
blockquote
div
generic division
figure(5)
related image or resource
figcaption(5)
text description of a figure
hr
paragraph level thematic break (horizontal rule)
p
paragraph
pre
preformatted text
dd
definition
dl
definition list
dt
term
li
list item (for ul and ol)
ol
ordered list
ul
unordered list
br
line break
wbr(5)
word break
abbrv
abbreviation
b
added visual attention (bold)
bdi(5)
possible direction change
bdo
bidirectional override
cite
citation
code
code sample (code markup)
samp
sample output (code markup)
kbd
keyboard text (code markup)
var
variable (code markup)
u
added attention (underline)
time(5)
machine readable time data
sub
subscript
sup
superscript
strong
strong importance
span
inline grouping for phrases (does not introduce line break)
small
annotation (small print)
s
strike through (incorrect text)
rt(5)
ruby annotations
rp(5)
parentheses in ruby text
ruby(5)
section containing ruby text
q
short inline quotation
mark(5)
highlighted text
ins
inserted text
i
alternate voice (italic)
em
stress emphasis
dfn
defining term
del
deleted text
 
character space
&
ampersand
&apos
apostrophe
<
less than symbol
>
greater than symbol
©
copyright
&ndash
en-dash
&mdash
em-dash
&lsquo
left curly single quote
&rsquo
right curly single quote
&ldquo
left curly double quote
&rdquo
right curly double quote
&bull
bullet
&hellip
horizontal ellipsis
img
inserts and inline image
required attributes for img element
src and alt
iframe
inserts and inline browsing context window
table
establishes a table element
td
establishes a cell within a table row
th
table header associated with a row or column
tr
establishes a row within a table
caption
gives the table a title that displays in the browser
col
declares a column
colgroup
declares a group of columns
tbody
identifies the table body row group
tfoot
identifies the table footer row group
thead
identifies the table header row group
colspan attribute of td or th element
number of columns a cell should span
rowspan attribute of td or th element
number of rows a cell should span
a href
anchor element and location of the target file