You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lecture-understanding-html-attributes/66f6db08d55022680a3cfbc9.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,23 +71,23 @@ HyperText Maker Language
71
71
72
72
### --feedback--
73
73
74
-
Review the first ten seconds of the lecture video where this was discussed.
74
+
Refer to the section where HTML was introduced.
75
75
76
76
---
77
77
78
78
HyperText Marker Language
79
79
80
80
### --feedback--
81
81
82
-
Review the first ten seconds of the lecture video where this was discussed.
82
+
Refer to the section where HTML was introduced.
83
83
84
84
---
85
85
86
86
HyperText Markdown Language
87
87
88
88
### --feedback--
89
89
90
-
Review the first ten seconds of the lecture video where this was discussed.
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lecture-understanding-html-attributes/6708143cab2b583ecd3324f5.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,12 @@
1
1
---
2
2
id: 6708143cab2b583ecd3324f5
3
3
title: What Are Attributes, and How Do They Work?
4
-
challengeType: 11
5
-
videoId: zUCIsEDCIMU
4
+
challengeType: 19
6
5
dashedName: what-are-attributes
7
6
---
8
7
9
8
# --description--
10
9
11
-
Watch the video or read the transcript and answer the questions below.
12
-
13
-
# --transcript--
14
-
15
10
An attribute is a value placed inside the opening tag of an HTML element. Attributes provide additional information about the element or specify how the element should behave. Here is the basic syntax for an attribute:
16
11
17
12
```html
@@ -56,15 +51,15 @@ Which of the following is an example of a boolean attribute?
56
51
57
52
### --feedback--
58
53
59
-
Watch the last part of the video where common boolean attributes were discussed.
54
+
Refer to the section where common boolean attributes were discussed.
60
55
61
56
---
62
57
63
58
`href`
64
59
65
60
### --feedback--
66
61
67
-
Watch the last part of the video where common boolean attributes were discussed.
62
+
Refer to the section where common boolean attributes were discussed.
68
63
69
64
---
70
65
@@ -76,7 +71,7 @@ Watch the last part of the video where common boolean attributes were discussed.
76
71
77
72
### --feedback--
78
73
79
-
Watch the last part of the video where common boolean attributes were discussed.
74
+
Refer to the section where common boolean attributes were discussed.
80
75
81
76
## --video-solution--
82
77
@@ -96,23 +91,23 @@ Attributes change the background color of an element.
96
91
97
92
### --feedback--
98
93
99
-
Review the beginning of the video where the definition for attributes was discussed.
94
+
Refer to the section where the definition for attributes was discussed.
100
95
101
96
---
102
97
103
98
Attributes change the font size of an element.
104
99
105
100
### --feedback--
106
101
107
-
Review the beginning of the video where the definition for attributes was discussed.
102
+
Refer to the section where the definition for attributes was discussed.
108
103
109
104
---
110
105
111
106
Attributes add JavaScript functionality to an element.
112
107
113
108
### --feedback--
114
109
115
-
Review the beginning of the video where the definition for attributes was discussed.
110
+
Refer to the section where the definition for attributes was discussed.
116
111
117
112
## --video-solution--
118
113
@@ -132,23 +127,23 @@ Which of the following is the correct syntax for a boolean attribute?
132
127
133
128
### --feedback--
134
129
135
-
Review the last part of the video where the `checked` attribute was discussed.
130
+
Refer to the section where the `checked` attribute was discussed.
136
131
137
132
---
138
133
139
134
`<input type="checkbox" checked="off">`
140
135
141
136
### --feedback--
142
137
143
-
Review the last part of the video where the `checked` attribute was discussed.
138
+
Refer to the section where the `checked` attribute was discussed.
144
139
145
140
---
146
141
147
142
`<input type="checkbox" checked="isChecked">`
148
143
149
144
### --feedback--
150
145
151
-
Review the last part of the video where the `checked` attribute was discussed.
146
+
Refer to the section where the `checked` attribute was discussed.
0 commit comments