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 trialkevin Valentin
801 PointsWhich element should be used only when no other semantic element (like <article> or <aside>) is appropriate?
Which element should be used only when no other semantic element (like <article> or <aside>) is appropriate?
1 Answer
Peter Vann
36,427 PointsHi Kevin!
Any confusion is understandable.
Sometimes it's difficult to tell what they mean (are looking for).
My first try/guess was <section>, but they were looking for <div>.
In other words (one way to think of it), <div> is an element that can group other elements, but is not considered "semantic" markup.
I hope that helps.
Stay safe and happy coding!