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

Semantic HTML

Is there on Treehouse or on another web site exercices about the organizing content tag such as header, footer, section, article, nav and aside?

1 Answer

Jeff Muday
MOD
Jeff Muday
Treehouse Moderator 28,720 Points

I am definitely not an HTML expert, but you can learn quite a bit about the proper syntactic organization of HTML from Treehouse courses. There is an HTML track to get you started quickly.

https://teamtreehouse.com/tracks/learn-html-2

After you get through that, there are more advanced courses and workshops where you will see Semantic elements highlighted such as how CSS and Frameworks can be used to achieve look and feel while maintaining responsiveness, how to use Prototyping strategies to achieve design goals, and even a course on Accessibility for Compliance. These days Accessibility is an extremely important consideration for web developers in Educational markets and any significant work in the Public Sector.

https://teamtreehouse.com/library/next-steps-after-html

I hope this helps you plan your educational journey!