CSS - Elements Flashcards

2
Q

a

A

Defines the properties for a link or a target.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

a:active

A

Defines the properties for an active link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a:focus

A

Defines the properties for a link that currently has focus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a:hover

A

Defines the properties for a link that a user is currently hovering over with the mouse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

a:link

A

Defines the properties for an unvisited link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

a:visited

A

Defines the properties for a visited link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

b

A

Defines the properties for bold text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

blockquote

A

Defines the properties for a blockquote.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

body

A

Defines the properties for the document Body.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

code

A

Defines the properties for a block of text formatted as code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

div

A

Defines the properties for a pre-defined content block in a document.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

em

A

Defines the properties for a block of text block of text that is formatted for emphasis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

form

A

Defines the properties for a form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

h1

A

Defines the properties for a Heading 1 element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

h2

A

Defines the properties for a Heading 2 element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

h3

A

Defines the properties for a Heading 3 element.

18
Q

h4

A

Defines the properties for a Heading 4 element.

19
Q

h5

A

Defines the properties for a Heading 5 element.

20
Q

h6

A

Defines the properties for a Heading 6 element.

21
Q

hr

A

Defines the properties for a horizontal rule.

22
Q

i

A

Defines the properties for a block of text formatted as italics.

23
Q

input

A

Defines the properties for an input field on a form.

24
Q

li

A

Defines the properties for an item in a list.

25
Q

ol

A

Defines the properties for an ordered list.

26
Q

p

A

Defines the properties for a paragraph element.

27
Q

pre

A

Defines the properties for a block of preformatted text.

28
Q

small

A

Defines the properties for a block of text one font size smaller than the base font.

29
Q

span

A

Defines the properties for a pre-defined text span element.

30
Q

strong

A

Defines the properties for a block of text formatted as “strong.”

31
Q

table

A

Defines the properties for a table.

32
Q

td

A

Defines the properties for an individual table cell.

33
Q

textarea

A

Defines the properties for a textarea input field on a form.

34
Q

th

A

Defines the properties for a table header cell.

35
Q

tr

A

Defines the properties for a table row.

36
Q

ul

A

Defines the properties for an unordered list.