fix(curriculum): update question for structural hierarchy video (#57794)

This commit is contained in:
JungLee-Dev
2024-12-27 09:54:05 -07:00
committed by GitHub
parent 41680a1558
commit c2bedfc371

View File

@@ -50,15 +50,15 @@ All of the above
## --text--
What element must an `h3` element come after?
Which heading element must precede an `h3` element?
## --answers--
`h1`
`h5`
### --feedback--
Think about the order of headings. If heading level 2 comes after heading level 1.
Think about the order of headings. For example, an `h2` should come after an `h1`.
---
@@ -66,11 +66,11 @@ Think about the order of headings. If heading level 2 comes after heading level
---
`h3`
`h6`
### --feedback--
Think about the order of headings. If heading level 2 comes after heading level 1.
Think about the order of headings. For example, an `h2` should come after an `h1`.
---
@@ -78,7 +78,7 @@ Think about the order of headings. If heading level 2 comes after heading level
### --feedback--
Think about the order of headings. If heading level 2 comes after heading level 1.
Think about the order of headings. For example, an `h2` should come after an `h1`.
## --video-solution--