Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrei Li
34,475 Points<div> or <section>?
For me it looks better to use <section> everywhere to be semantic and help search engine index websites better. What do you think? Why do we use <div>? For compatability or there is an another thing that I don't know.
2 Answers
Matthew Long
28,407 PointsI tend to use the div tag when I need some generic wrapper for styling or layout purposes. If you're wrapping something meaningful then use a section tag. That's probably a good rule of thumb.
Andrei Li
34,475 PointsThis is a good answer. Thank you! Interesting what Google think about this issue.