diff --git a/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md b/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md index b5789dce786..91efa12c395 100644 --- a/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md +++ b/curriculum/challenges/english/25-front-end-development/review-semantic-html/671a83934b61f64cefe87a61.md @@ -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.