fix(curriculum): remove videos and references to videos from Understanding HTML Attributes lectures (#61517)

This commit is contained in:
Alex Goldsmith
2025-07-28 14:02:10 -05:00
committed by GitHub
parent bde1e6f81b
commit 8115fcb43e
2 changed files with 13 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ HyperText Maker Language
### --feedback--
Review the first ten seconds of the lecture video where this was discussed.
Refer to the section where HTML was introduced.
---
@@ -79,7 +79,7 @@ HyperText Marker Language
### --feedback--
Review the first ten seconds of the lecture video where this was discussed.
Refer to the section where HTML was introduced.
---
@@ -87,7 +87,7 @@ HyperText Markdown Language
### --feedback--
Review the first ten seconds of the lecture video where this was discussed.
Refer to the section where HTML was introduced.
---

View File

@@ -1,17 +1,12 @@
---
id: 6708143cab2b583ecd3324f5
title: What Are Attributes, and How Do They Work?
challengeType: 11
videoId: zUCIsEDCIMU
challengeType: 19
dashedName: what-are-attributes
---
# --description--
Watch the video or read the transcript and answer the questions below.
# --transcript--
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:
```html
@@ -56,7 +51,7 @@ Which of the following is an example of a boolean attribute?
### --feedback--
Watch the last part of the video where common boolean attributes were discussed.
Refer to the section where common boolean attributes were discussed.
---
@@ -64,7 +59,7 @@ Watch the last part of the video where common boolean attributes were discussed.
### --feedback--
Watch the last part of the video where common boolean attributes were discussed.
Refer to the section where common boolean attributes were discussed.
---
@@ -76,7 +71,7 @@ Watch the last part of the video where common boolean attributes were discussed.
### --feedback--
Watch the last part of the video where common boolean attributes were discussed.
Refer to the section where common boolean attributes were discussed.
## --video-solution--
@@ -96,7 +91,7 @@ Attributes change the background color of an element.
### --feedback--
Review the beginning of the video where the definition for attributes was discussed.
Refer to the section where the definition for attributes was discussed.
---
@@ -104,7 +99,7 @@ Attributes change the font size of an element.
### --feedback--
Review the beginning of the video where the definition for attributes was discussed.
Refer to the section where the definition for attributes was discussed.
---
@@ -112,7 +107,7 @@ Attributes add JavaScript functionality to an element.
### --feedback--
Review the beginning of the video where the definition for attributes was discussed.
Refer to the section where the definition for attributes was discussed.
## --video-solution--
@@ -132,7 +127,7 @@ Which of the following is the correct syntax for a boolean attribute?
### --feedback--
Review the last part of the video where the `checked` attribute was discussed.
Refer to the section where the `checked` attribute was discussed.
---
@@ -140,7 +135,7 @@ Review the last part of the video where the `checked` attribute was discussed.
### --feedback--
Review the last part of the video where the `checked` attribute was discussed.
Refer to the section where the `checked` attribute was discussed.
---
@@ -148,7 +143,7 @@ Review the last part of the video where the `checked` attribute was discussed.
### --feedback--
Review the last part of the video where the `checked` attribute was discussed.
Refer to the section where the `checked` attribute was discussed.
## --video-solution--