Robbins Flashcards

1
Q

The * attribute is used to identify

A

id (unique on page)

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

The * attribute is used to classify

A

class (is not unique)

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

address

A

author contact information

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

article(5)

A

self-contained content

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

header(5)

A

introductory content

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

nav(5)

A

primary navigation

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

section(5)

A

conceptually related group of content

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

h1….h6

A

headings (levels 1 through 6)

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

hgroup

A

heading group

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

blockquote

A

blockquote

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

div

A

generic division

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

figure(5)

A

related image or resource

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

figcaption(5)

A

text description of a figure

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

hr

A

paragraph level thematic break (horizontal rule)

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

p

A

paragraph

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

pre

A

preformatted text

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

dd

A

definition

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

dl

A

definition list

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

dt

A

term

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

li

A

list item (for ul and ol)

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

ol

A

ordered list

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

ul

A

unordered list

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

br

A

line break

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

wbr(5)

A

word break

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

abbrv

A

abbreviation

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

b

A

added visual attention (bold)

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

bdi(5)

A

possible direction change

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

bdo

A

bidirectional override

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

cite

A

citation

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

code

A

code sample (code markup)

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

samp

A

sample output (code markup)

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

kbd

A

keyboard text (code markup)

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

var

A

variable (code markup)

34
Q

u

A

added attention (underline)

35
Q

time(5)

A

machine readable time data

36
Q

sub

A

subscript

37
Q

sup

A

superscript

38
Q

strong

A

strong importance

39
Q

span

A

inline grouping for phrases (does not introduce line break)

40
Q

small

A

annotation (small print)

41
Q

s

A

strike through (incorrect text)

42
Q

rt(5)

A

ruby annotations

43
Q

rp(5)

A

parentheses in ruby text

44
Q

ruby(5)

A

section containing ruby text

45
Q

q

A

short inline quotation

46
Q

mark(5)

A

highlighted text

47
Q

ins

A

inserted text

48
Q

i

A

alternate voice (italic)

49
Q

em

A

stress emphasis

50
Q

dfn

A

defining term

51
Q

del

A

deleted text

52
Q

&nbsp

A

character space

53
Q

&amp

A

ampersand

54
Q

&apos

A

apostrophe

55
Q

&lt

A

less than symbol

56
Q

&gt

A

greater than symbol

57
Q

&copy

A

copyright

58
Q

&ndash

A

en-dash

59
Q

&mdash

A

em-dash

60
Q

&lsquo

A

left curly single quote

61
Q

&rsquo

A

right curly single quote

62
Q

&ldquo

A

left curly double quote

63
Q

&rdquo

A

right curly double quote

64
Q

&bull

A

bullet

65
Q

&hellip

A

horizontal ellipsis

66
Q

img

A

inserts and inline image

67
Q

required attributes for img element

A

src and alt

68
Q

iframe

A

inserts and inline browsing context window

69
Q

table

A

establishes a table element

70
Q

td

A

establishes a cell within a table row

71
Q

th

A

table header associated with a row or column

72
Q

tr

A

establishes a row within a table

73
Q

caption

A

gives the table a title that displays in the browser

74
Q

col

A

declares a column

75
Q

colgroup

A

declares a group of columns

76
Q

tbody

A

identifies the table body row group

77
Q

tfoot

A

identifies the table footer row group

78
Q

thead

A

identifies the table header row group

79
Q

colspan attribute of td or th element

A

number of columns a cell should span

80
Q

rowspan attribute of td or th element

A

number of rows a cell should span

81
Q

a href

A

anchor element and location of the target file