From 7162fe6edf64339d50433a8b8ea1c3527d8fd8cf Mon Sep 17 00:00:00 2001 From: Edine Noella Mugisha Date: Thu, 13 Feb 2025 13:59:58 +0200 Subject: [PATCH] fix(curriculum): Update distractors for 3rd question in semantic HTML quiz (#58759) --- .../quiz-semantic-html/66ed903cf45ce3ece4053ebe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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--