Attributes Flashcards

1
Q

(blockquote) cite

A

the URL of the cited content

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

(li) value

A

provides a number for an li in an ol

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

(ol) reversed

A

numbers the list in reverse order

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

(ol) start

A

provides the starting number for the list

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

(del) cite

A

the URL of cited content

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

(del) datetime

A

specifies the date and time of a change

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

(ins) cite

A

the URL of cited content

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

(ins) datetime

A

specifies the date and time of a change

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

(q) cite

A

the URL of the cited content

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

(time) datetime

A

provides machine readable date/time

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

(time) pubdate

A

indicates the time refers to publication

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

(a) href=”URL”

A

location of the target file

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

(a) target=”text string”

A

targets a browser window by name

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

(img) alt=”text”

A

alternative text

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

(img) src=”URL”

A

the location of the image file

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

(img) srcset=”list of urls with descriptors”

A

images to use in different situations

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

(img) sizes=”list media conditions and layout sizes”

A

image sizes for different layouts

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

(img) width=”number”

A

width of the graphic

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

(img) height=”number”

A

height of the graphic

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

(img) usemap=”usemap”

A

indicates the client-side image map to use

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

(source) src=”URL”

A

address of the image resource

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

(source) srcset=”URL”

A

images to use in different situations

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

(source) sizes=”source size list”

A

image sizes for different page layouts

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

(source) media=”media query”

A

query to determine applicable media

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

(source) type=”media type”

A

media (MIME) type of embedded image file

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

(td) colspan=”number”

A

number of columns the cell should span

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

(td) rowspan=”number”

A

number of rows the cell should span

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

(td) headers=”header name”

A

associates the data cell with a header

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

(th) abbr=”text”

A

alternative label for when the header cell is referenced in other contexts

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

(th) colspan=”number”

A

number of columns the cell should span

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

(th) rowspan=”number”

A

number of rows the cell should span

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

(th) headers=”header name”

A

associates a header with another header

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

(th) scope=”row|col|rowgroup|colgroup”

A

associates the header with a row, row group, column, or column group

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

(colgroup) span=”number”

A

number of columns he column group spans; may not be used with the colgroup contains col elements

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

(col) span=”number”

A

number of columns the column spans

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

(button) autofocus

A

automatically focuses the form control when the page is loaded

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

(button) name=”text”

A

supplies a unique variable name for the control

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

(button) disabled

A

disables the input so it cannot be selected

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

(button) type=”submit|reset|button”

A

the type of custom button

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

(button) value=”text”

A

specifies the value to be sent to the server

41
Q

(button) menu=”idvalue”

A

specifies a designated pop-up menu

42
Q

(button) form, formaction, formenctype, formmethod, formnovalidate, formtarget

A

form submission-related attributes used for submit and reset type buttons

43
Q

(fieldset) disabled

A

disables all the inputs in the fieldset so they cannot be selected, edited, or submitted

44
Q

(fieldset) form=”idvalue”

A

associates the element with a specific form

45
Q

(fieldset) name=”text”

A

supplies a unique variable name for the control

46
Q

(form) action=”url”

A

location of forms processing program (required)

47
Q

(form) method=”get|post”

A

the method used to submit the form data

48
Q

(form) enctype=”content type”

A

the encoding method, generally either application/x-www-form-urlencoded (default) or multipart/form-data

49
Q

(form) accept-charset=”characterset”

A

character encodings to use

50
Q

(form) autocomplete

A

default setting for autofill feature for controls in the form

51
Q

(form) name=”text”

A

name of the form to use in the document.forms API

52
Q

(form) novalidate

A

bypasses form control validation for this form

53
Q

(form) target=”text|_blank|_self|_parent|_top”

A

sets the browsing context

54
Q

(input) autofocus

A

indicates the control should be ready for input when the document loads

55
Q

(input) type=”submit|reset|button|text|password|checkbox|radio|image|file|hidden|email|tel|search|url|date|time|datetime-local|month|week|number|rage|color”

A

the type of input

56
Q

(input) disabled

A

disables the input so it cannot be selected, edited, or submitted

57
Q

(input) form=”form id value”

A

associates the control with a specified form

58
Q

(label) for=”text”

A

identifies the associated control by its id reference

59
Q

(meter) high=”number”

A

indicates the range that is considered “high” for the gauge

60
Q

(meter) low=”number”

A

inidcates the range that is considered “low” for the gauge

61
Q

(meter) max=”number”

A

specifies the highest value for the range

62
Q

(meter) min=”number”

A

specifies the lowest value for the range

63
Q

(meter) optimum=”number”

A

indicates the number considered to be “optimum”

64
Q

(meter) value=”number”

A

specifies the actual or measured value

65
Q

(optgroup) disabled

A

disables the optgroup so it cannot be selected

66
Q

(optgroup) label=”text”

A

supplies a label for a group of options

67
Q

(option) disabled

A

disables the option so it cannot be selected

68
Q

(option) label=”text”

A

supplies an alternate label for the option

69
Q

(option) selected

A

preselects the option

70
Q

(option) value=”text”

A

supplies an alternate value for the option

71
Q

(output) for=”text”

A

creates a relationship between output and another element

72
Q

(output) form=”form id value”

A

associates the control with a specified form

73
Q

(output) name=”text”

A

supplies a unique variable name for the control

74
Q

(progress) max=”number”

A

specifies the total value or final size of the task

75
Q

(progress) value=”number”

A

specifies how much of the task has been completed

76
Q

(select) autofocus

A

indicates the control should be highlighted and ready for input when the document loads

77
Q

(select) disabled

A

indicates the control is nonfunctional; can be activated with a script

78
Q

(select) form=”form id value”

A

associates the control with a specified form

79
Q

(select) multiple

A

allows multiple selections in a scrolling list

80
Q

(select) name=”text”

A

supplies a unique variable name for the control

81
Q

(select) required

A

indicates the user input is required for this control

82
Q

(select) size=”number”

A

the height of the scrolling list in text lines

83
Q

(textarea) autocomplete

A

hint for form autofill feature

84
Q

(textarea) autofocus

A

indicates the control should be highlighted and ready for input when the document loads

85
Q

(textarea) cols=”number”

A

the width of the text area in characters

86
Q

(textarea) dirname=”text”

A

allows text directionally to be submitted

87
Q

(textarea) disabled

A

disables the control so it cannot be selected

88
Q

(textarea) form=”form id value”

A

associates the control with a specified form

89
Q

(textarea) inputmode

A

hint for selecting an input modality

90
Q

(textarea) maxlength=”number”

A

specifies the maximum number of characters the user can enter

91
Q

(textarea) minlength=”number”

A

specifies the minimum number of characters the user can enter

92
Q

(textarea) name=”text”

A

supplies a unique variable name for the control

93
Q

(textarea) placeholder=”text”

A

provides a short hint to help the user enter the correct data

94
Q

(textarea) readonly

A

makes the control unalterable by the user

95
Q

(textarea) required

A

indicates user input is required for this control

96
Q

(textarea) rows=”number”

A

the height of the text area in text lines

97
Q

(textarea) wrap=”hard|soft”

A

controls whether line breaks in the text input are returned in the data; hard preserves line breaks, while soft does not

98
Q
A