Elements Flashcards
a
anchor (hypertext link) element
abbr
abbreviation
address
author contact information
article
self-contained content
aside
tangential content (sidebar)
b
added visual attention (bold)
bdi
bidirectional isolation
bdo
bidirectional override
blockquote
blockquote
body
identifies the body of the document that holds the content
br
line break
cite
citation
code
code sample
data
machine-readable equivalent
dd
definition
del
deleted text
div
generic division
dl
definition list
dt
term
em
stressed emphasis
figcaption
text description of a figure
figure
related image or resource
footer
related content
h1…h6
headings, levels 1 through 6
head
identifies the head of the document that contains information about the document itself
header
introductory content
hr
paragraph-level thematic break (horizontal rule)
html
is the root element that contains all the other elements
i
alternate voice (italic)
img
inserts an inline image
ins
inserted text
kbd
keyboard input
li
list item (for ul and ol)
main
primary content area of page or app
mark
highlighted text
meta
provides information about the document
dfn
defining term
nav
primary navigation
ol
ordered list
p
paragraph
pre
preformatted text
q
short inline quotation
rp
parentheses in ruby text
rt
ruby annotation
ruby
section containing ruby text
s
strike-through; incorrect text
samp
sample output
section
conceptually related group of content
small
annotation; “small print”
span
generic phrase of text
strong
strong importance
sub
subscript
sup
superscript
time
machine-readable time data
title
gives the page a title
ul
unordered list
wbr
word break
picture
container that provides multiple sources to its contained img element
source
provides alternate sources for the img element
svg
adds an inline svg image
table
establishes a table element
tr
establishes a row within a table
td
establishes a cell within a table row
th
table header associated with a row or column
caption
gives the table a title that displays in the browser
colgroup
declares a group of columns
col
declares a column
tbody
identifies a table body row group
thead
identifies a table header row group
tfoot
identifies a table footer row group
button
generic input button
datalist
provides a list of options for text inputs
fieldset
groups related controls and labels
form
form element
input
creates a variety of controls, based on the type value
label
attaches information to controls
legend
assigns a caption to a fieldset
meter
represents a fractional value within a new range
optgroup
defines a group of options
option
an option within a select menu control
output
represents the results of a calculation
progress
represents the completion progress of a task (can be used even if the maximum value of the task is not known)
select
pull-down menu or scrolling list
textarea
multiline text-entry field