diff --git a/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md b/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md index e7914689579..56cca3a42ac 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-semantic-html/66ed903cf45ce3ece4053ebe.md @@ -65,15 +65,15 @@ What is the role of the `h1` element? #### --distractors-- -It is used for embedding images. +It is used to group multiple heading elements on the page. --- -It creates a link to another page. +It serves as a container for the meta data in the HTML document. --- -It formats text as bold. +It represents the root or top level element for the HTML document. #### --answer--