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.