mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-10 13:00:59 -04:00
fix(curriculum): update question for structural hierarchy video (#57794)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user