Elements Flashcards
1
Q
a
A
anchor (hypertext link) element
2
Q
abbr
A
abbreviation
3
Q
address
A
author contact information
4
Q
article
A
self-contained content
5
Q
aside
A
tangential content (sidebar)
6
Q
b
A
added visual attention (bold)
7
Q
bdi
A
bidirectional isolation
8
Q
bdo
A
bidirectional override
9
Q
blockquote
A
blockquote
10
Q
body
A
identifies the body of the document that holds the content
11
Q
br
A
line break
12
Q
cite
A
citation
13
Q
code
A
code sample
14
Q
data
A
machine-readable equivalent
15
Q
dd
A
definition
16
Q
del
A
deleted text
17
Q
div
A
generic division
18
Q
dl
A
definition list
19
Q
dt
A
term
20
Q
em
A
stressed emphasis
21
Q
figcaption
A
text description of a figure
22
Q
figure
A
related image or resource
23
Q
footer
A
related content
24
Q
h1…h6
A
headings, levels 1 through 6
25
head
identifies the head of the document that contains information about the document itself
26
header
introductory content
27
hr
paragraph-level thematic break (horizontal rule)
28
html
is the root element that contains all the other elements
29
i
alternate voice (italic)
30
img
inserts an inline image
31
ins
inserted text
32
kbd
keyboard input
33
li
list item (for ul and ol)
34
main
primary content area of page or app
35
mark
highlighted text
36
meta
provides information about the document
37
dfn
defining term
38
nav
primary navigation
39
ol
ordered list
40
p
paragraph
41
pre
preformatted text
42
q
short inline quotation
43
rp
parentheses in ruby text
44
rt
ruby annotation
45
ruby
section containing ruby text
46
s
strike-through; incorrect text
47
samp
sample output
48
section
conceptually related group of content
49
small
annotation; "small print"
50
span
generic phrase of text
51
strong
strong importance
52
sub
subscript
53
sup
superscript
54
time
machine-readable time data
55
title
gives the page a title
56
ul
unordered list
57
wbr
word break
58
picture
container that provides multiple sources to its contained img element
59
source
provides alternate sources for the img element
60
svg
adds an inline svg image
61
table
establishes a table element
62
tr
establishes a row within a table
63
td
establishes a cell within a table row
64
th
table header associated with a row or column
65
caption
gives the table a title that displays in the browser
66
colgroup
declares a group of columns
67
col
declares a column
68
tbody
identifies a table body row group
69
thead
identifies a table header row group
70
tfoot
identifies a table footer row group
71
button
generic input button
72
datalist
provides a list of options for text inputs
73
fieldset
groups related controls and labels
74
form
form element
75
input
creates a variety of controls, based on the type value
76
label
attaches information to controls
77
legend
assigns a caption to a fieldset
78
meter
represents a fractional value within a new range
79
optgroup
defines a group of options
80
option
an option within a select menu control
81
output
represents the results of a calculation
82
progress
represents the completion progress of a task (can be used even if the maximum value of the task is not known)
83
select
pull-down menu or scrolling list
84
textarea
multiline text-entry field
85