What is the difference between <section> and <div>?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• <section>: A semantic element that represents a section of content, typically with a heading.
• <div>: A non-semantic container primarily used for styling or grouping elements without meaning.
| Is This Answer Correct ? | 0 Yes | 0 No |
• <section>: A semantic element that represents a section of content, typically with a heading.
• <div>: A non-semantic container primarily used for styling or grouping elements without meaning.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main features of html?
What is a href tag?
Is doctype mandatory?
What are the new media elements in html5?
How do you mark in html?
What is canvas made of?
What is difference between innerhtml and value?
Why is label used in html?
How can I use tables to structure forms?
What is the difference between active link and normal link in html?
How do we create a dhtml drop-down menu?
What are empty elements?