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 trial

HTML

eslam said
PLUS
eslam said
Courses Plus Student 6,734 Points

sidebar tag

Lets say i have 3 rectangles in the middle there is a hero image, and the left and right rectangle has an arrow, for more semantic design can i use sidebar tag for both the left and right arrow instead of div ?

1 Answer

Heidi Puk Hermann
Heidi Puk Hermann
33,366 Points

the quick answer is yes, you could fx. use the <aside>-tag for both or else use the <div>-tag for both and give them both a class of sidebar.