From 8e68328e10fc3a914a0dbb3db8d16142d08ab46b Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:54:51 +1200 Subject: [PATCH] fix(curriculum): add section element to Semantic HTML Review (#60580) --- .../review-semantic-html/671a83934b61f64cefe87a61.md | 1 + 1 file changed, 1 insertion(+) 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.