fix(curriculum): Update distractors for 3rd question in semantic HTML quiz (#58759)

This commit is contained in:
Edine Noella Mugisha
2025-02-13 13:59:58 +02:00
committed by GitHub
parent e42114e624
commit 7162fe6edf

View File

@@ -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--