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
(source) type="media type"
media (MIME) type of embedded image file
26
(td) colspan="number"
number of columns the cell should span
27
(td) rowspan="number"
number of rows the cell should span
28
(td) headers="header name"
associates the data cell with a header
29
(th) abbr="text"
alternative label for when the header cell is referenced in other contexts
30
(th) colspan="number"
number of columns the cell should span
31
(th) rowspan="number"
number of rows the cell should span
32
(th) headers="header name"
associates a header with another header
33
(th) scope="row|col|rowgroup|colgroup"
associates the header with a row, row group, column, or column group
34
(colgroup) span="number"
number of columns he column group spans; may not be used with the colgroup contains col elements
35
(col) span="number"
number of columns the column spans
36
(button) autofocus
automatically focuses the form control when the page is loaded
37
(button) name="text"
supplies a unique variable name for the control
38
(button) disabled
disables the input so it cannot be selected
39
(button) type="submit|reset|button"
the type of custom button
40
(button) value="text"
specifies the value to be sent to the server
41
(button) menu="idvalue"
specifies a designated pop-up menu
42
(button) form, formaction, formenctype, formmethod, formnovalidate, formtarget
form submission-related attributes used for submit and reset type buttons
43
(fieldset) disabled
disables all the inputs in the fieldset so they cannot be selected, edited, or submitted
44
(fieldset) form="idvalue"
associates the element with a specific form
45
(fieldset) name="text"
supplies a unique variable name for the control
46
(form) action="url"
location of forms processing program (required)
47
(form) method="get|post"
the method used to submit the form data
48
(form) enctype="content type"
the encoding method, generally either application/x-www-form-urlencoded (default) or multipart/form-data
49
(form) accept-charset="characterset"
character encodings to use
50
(form) autocomplete
default setting for autofill feature for controls in the form
51
(form) name="text"
name of the form to use in the document.forms API
52
(form) novalidate
bypasses form control validation for this form
53
(form) target="text|_blank|_self|_parent|_top"
sets the browsing context
54
(input) autofocus
indicates the control should be ready for input when the document loads
55
(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"
the type of input
56
(input) disabled
disables the input so it cannot be selected, edited, or submitted
57
(input) form="form id value"
associates the control with a specified form
58
(label) for="text"
identifies the associated control by its id reference
59
(meter) high="number"
indicates the range that is considered "high" for the gauge
60
(meter) low="number"
inidcates the range that is considered "low" for the gauge
61
(meter) max="number"
specifies the highest value for the range
62
(meter) min="number"
specifies the lowest value for the range
63
(meter) optimum="number"
indicates the number considered to be "optimum"
64
(meter) value="number"
specifies the actual or measured value
65
(optgroup) disabled
disables the optgroup so it cannot be selected
66
(optgroup) label="text"
supplies a label for a group of options
67
(option) disabled
disables the option so it cannot be selected
68
(option) label="text"
supplies an alternate label for the option
69
(option) selected
preselects the option
70
(option) value="text"
supplies an alternate value for the option
71
(output) for="text"
creates a relationship between output and another element
72
(output) form="form id value"
associates the control with a specified form
73
(output) name="text"
supplies a unique variable name for the control
74
(progress) max="number"
specifies the total value or final size of the task
75
(progress) value="number"
specifies how much of the task has been completed
76
(select) autofocus
indicates the control should be highlighted and ready for input when the document loads
77
(select) disabled
indicates the control is nonfunctional; can be activated with a script
78
(select) form="form id value"
associates the control with a specified form
79
(select) multiple
allows multiple selections in a scrolling list
80
(select) name="text"
supplies a unique variable name for the control
81
(select) required
indicates the user input is required for this control
82
(select) size="number"
the height of the scrolling list in text lines
83
(textarea) autocomplete
hint for form autofill feature
84
(textarea) autofocus
indicates the control should be highlighted and ready for input when the document loads
85
(textarea) cols="number"
the width of the text area in characters
86
(textarea) dirname="text"
allows text directionally to be submitted
87
(textarea) disabled
disables the control so it cannot be selected
88
(textarea) form="form id value"
associates the control with a specified form
89
(textarea) inputmode
hint for selecting an input modality
90
(textarea) maxlength="number"
specifies the maximum number of characters the user can enter
91
(textarea) minlength="number"
specifies the minimum number of characters the user can enter
92
(textarea) name="text"
supplies a unique variable name for the control
93
(textarea) placeholder="text"
provides a short hint to help the user enter the correct data
94
(textarea) readonly
makes the control unalterable by the user
95
(textarea) required
indicates user input is required for this control
96
(textarea) rows="number"
the height of the text area in text lines
97
(textarea) wrap="hard|soft"
controls whether line breaks in the text input are returned in the data; hard preserves line breaks, while soft does not
98