diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-media/6716823876aa22a68ba3e2ec.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-media/6716823876aa22a68ba3e2ec.md index 6a07b5eed47..d48dd4257bb 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-media/6716823876aa22a68ba3e2ec.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-media/6716823876aa22a68ba3e2ec.md @@ -78,7 +78,7 @@ It's a specific Creative Commons license. --- -CC0 +Creative Commons 0 ## --video-solution-- diff --git a/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md index 6102eaa31dc..c136b3183d0 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-basic-html/66df3b712c41c499e9d31e5b.md @@ -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--