fix(curriculum): basic html quiz after audit (#58124)

This commit is contained in:
Tom
2025-01-17 01:46:46 -06:00
committed by GitHub
parent c8cc851390
commit 015e41935e
2 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ It's a specific Creative Commons license.
---
CC0
Creative Commons 0
## --video-solution--

View File

@@ -55,7 +55,7 @@ An element used for embedding sound in to the document.
#### --answer--
An element without child nodes or an end tag.
An element without any content or an end tag.
### --question--
@@ -73,7 +73,7 @@ Which of the following is a correct value for the `id` attribute?
---
`id="123content"`
`id="main~content"`
#### --answer--
@@ -121,7 +121,7 @@ Boolean attributes must always have a value assigned to them, while regular attr
#### --answer--
A boolean attribute can be present or absent, indicating `true` or `false`, while a regular attribute always has a specified value.
A boolean attribute can be present or absent, while a regular attribute always has a specified value.
### --question--
@@ -275,7 +275,7 @@ It determines the font size of the anchor text inside the `link` element.
#### --answer--
It is used to specify where the linked document will be displayed when the user clicks on the link.
It is used to specify where the linked document will be opened when the user clicks on the link.
### --question--
@@ -297,7 +297,7 @@ A path that includes wildcard characters.
#### --answer--
A path used to specify the exact location of a file or directory from the root directory of the file system.
A complete path to a resource, starting from the root directory.
### --question--
@@ -541,7 +541,7 @@ BSD
#### --answer--
CC0
Creative Commons 0
### --question--
@@ -819,11 +819,11 @@ Which of the following is NOT a valid value for working with open graph properti
---
`property="og:type"`
`"og:type"`
---
`property="og:image"`
`"og:image"`
#### --answer--