What is the difference between a section and a div?
Answer / Akanshu Sharma
Both are used for grouping content, but `<section>` generally represents a larger or more significant part of a document, while `<div>` is a generic container with no specific semantic meaning.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of using css?
What new futures added in css3 for borders and how browser support it?
What is css cascading?
What are the various font-related attributes in css?
What is a CSS Preprocessor? What are Sass, Less, and Stylus? Why do people use them?
How do I center text vertically in css?
What are css sprites?
What are the different web fonts formats in css?
What is css syntax?
How to vertically center a div for all browsers?
What is the use of calc()?
Define Attribute Selector ?