CSS - Elements Flashcards
a
Defines the properties for a link or a target.
a:active
Defines the properties for an active link.
a:focus
Defines the properties for a link that currently has focus.
a:hover
Defines the properties for a link that a user is currently hovering over with the mouse.
a:link
Defines the properties for an unvisited link.
a:visited
Defines the properties for a visited link.
b
Defines the properties for bold text.
blockquote
Defines the properties for a blockquote.
body
Defines the properties for the document Body.
code
Defines the properties for a block of text formatted as code.
div
Defines the properties for a pre-defined content block in a document.
em
Defines the properties for a block of text block of text that is formatted for emphasis.
form
Defines the properties for a form.
h1
Defines the properties for a Heading 1 element.
h2
Defines the properties for a Heading 2 element.
h3
Defines the properties for a Heading 3 element.
h4
Defines the properties for a Heading 4 element.
h5
Defines the properties for a Heading 5 element.
h6
Defines the properties for a Heading 6 element.
hr
Defines the properties for a horizontal rule.
i
Defines the properties for a block of text formatted as italics.
input
Defines the properties for an input field on a form.
li
Defines the properties for an item in a list.
ol
Defines the properties for an ordered list.
p
Defines the properties for a paragraph element.
pre
Defines the properties for a block of preformatted text.
small
Defines the properties for a block of text one font size smaller than the base font.
span
Defines the properties for a pre-defined text span element.
strong
Defines the properties for a block of text formatted as “strong.”
table
Defines the properties for a table.
td
Defines the properties for an individual table cell.
textarea
Defines the properties for a textarea input field on a form.
th
Defines the properties for a table header cell.
tr
Defines the properties for a table row.
ul
Defines the properties for an unordered list.