fix(curriculum): add section element to Semantic HTML Review (#60580)

This commit is contained in:
Supravisor
2025-06-03 22:54:51 +12:00
committed by GitHub
parent 1557711a68
commit 8e68328e10

View File

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