mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): add section element to Semantic HTML Review (#60580)
This commit is contained in:
parent
1557711a68
commit
8e68328e10
@ -17,6 +17,7 @@ dashedName: review-semantic-html
|
||||
|
||||
- **Header element**: used to define the header of a document or section.
|
||||
- **Main element**: used to contain the main content of the web page.
|
||||
- **Section element**: used to divide up content into smaller sections.
|
||||
- **Navigation Section (`nav`) element**: represents a section with navigation links.
|
||||
- **Figure element**: used to contain illustrations and diagrams.
|
||||
- **Emphasis (`em`) element**: marks text that has stress emphasis.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user