Skip to content

Commit 8115fcb

Browse files
fix(curriculum): remove videos and references to videos from Understanding HTML Attributes lectures (freeCodeCamp#61517)
1 parent bde1e6f commit 8115fcb

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

curriculum/challenges/english/25-front-end-development/lecture-understanding-html-attributes/66f6db08d55022680a3cfbc9.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,23 @@ HyperText Maker Language
7171

7272
### --feedback--
7373

74-
Review the first ten seconds of the lecture video where this was discussed.
74+
Refer to the section where HTML was introduced.
7575

7676
---
7777

7878
HyperText Marker Language
7979

8080
### --feedback--
8181

82-
Review the first ten seconds of the lecture video where this was discussed.
82+
Refer to the section where HTML was introduced.
8383

8484
---
8585

8686
HyperText Markdown Language
8787

8888
### --feedback--
8989

90-
Review the first ten seconds of the lecture video where this was discussed.
90+
Refer to the section where HTML was introduced.
9191

9292
---
9393

curriculum/challenges/english/25-front-end-development/lecture-understanding-html-attributes/6708143cab2b583ecd3324f5.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
---
22
id: 6708143cab2b583ecd3324f5
33
title: What Are Attributes, and How Do They Work?
4-
challengeType: 11
5-
videoId: zUCIsEDCIMU
4+
challengeType: 19
65
dashedName: what-are-attributes
76
---
87

98
# --description--
109

11-
Watch the video or read the transcript and answer the questions below.
12-
13-
# --transcript--
14-
1510
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:
1611

1712
```html
@@ -56,15 +51,15 @@ Which of the following is an example of a boolean attribute?
5651

5752
### --feedback--
5853

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.
6055

6156
---
6257

6358
`href`
6459

6560
### --feedback--
6661

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.
6863

6964
---
7065

@@ -76,7 +71,7 @@ Watch the last part of the video where common boolean attributes were discussed.
7671

7772
### --feedback--
7873

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.
8075

8176
## --video-solution--
8277

@@ -96,23 +91,23 @@ Attributes change the background color of an element.
9691

9792
### --feedback--
9893

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.
10095

10196
---
10297

10398
Attributes change the font size of an element.
10499

105100
### --feedback--
106101

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.
108103

109104
---
110105

111106
Attributes add JavaScript functionality to an element.
112107

113108
### --feedback--
114109

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.
116111

117112
## --video-solution--
118113

@@ -132,23 +127,23 @@ Which of the following is the correct syntax for a boolean attribute?
132127

133128
### --feedback--
134129

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.
136131

137132
---
138133

139134
`<input type="checkbox" checked="off">`
140135

141136
### --feedback--
142137

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.
144139

145140
---
146141

147142
`<input type="checkbox" checked="isChecked">`
148143

149144
### --feedback--
150145

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.
152147

153148
## --video-solution--
154149

0 commit comments

Comments
 (0)