Which of the following is not sectioning elements?a)<article>b)&...
The <section> element represents a section of a document or application. Tags like <article>, <aside>, <nav>, <section> are the ones that create a nested, new outline inside the page.
Which of the following is not sectioning elements?a)<article>b)&...
Explanation:
Sectioning Elements:
- Sectioning elements in HTML are used to divide the content of a web page into different sections to make it more structured and organized.
- These elements help in creating a hierarchy and improve the accessibility and SEO of the website.
Not a Sectioning Element:
- <header> element is not a sectioning element in HTML. It is used to define a header for a section or a document. It typically contains introductory content like headings, logos, navigation menus, etc.
Sectioning Elements:
1. <article>: It represents a self-contained piece of content that can be independently distributed and reused. It can be a blog post, a forum post, a news article, etc.
2. <aside>: It is used to define content that is tangentially related to the content around it. It can be considered as a sidebar, a pull quote, an advertisement, etc.
3. <nav>: It is used to define a section of navigation links. It typically contains links to other pages, sections, or documents on the website.
Conclusion:
In conclusion, while <article>, <aside>, and <nav> are sectioning elements that help in structuring the content of a web page, <header> is not a sectioning element and serves a different purpose in HTML.
To make sure you are not studying endlessly, EduRev has designed Class 3 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 3.