What is the difference between a section and a div?



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

Post New Answer

More CSS Cascading Style Sheets Interview Questions

What are the advantages of using css?

2 Answers  


What new futures added in css3 for borders and how browser support it?

1 Answers  


What is css cascading?

1 Answers  


What are the various font-related attributes in css?

1 Answers  


What is a CSS Preprocessor? What are Sass, Less, and Stylus? Why do people use them?

1 Answers  


How do I center text vertically in css?

1 Answers  


What are css sprites?

1 Answers  


What are the different web fonts formats in css?

1 Answers  


What is css syntax?

1 Answers  


How to vertically center a div for all browsers?

1 Answers  


What is the use of calc()?

1 Answers  


Define Attribute Selector ?

1 Answers  


Categories