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 trialCaroline Ennis
696 Pointshgroup not working correctly for me
i am following along this course and using intellij -- in my css file, hgroup is highlighted red and shows errors. Also, the margins on the page look wrong and pictures will not show up though I have a direct copy of this project. Is there an alternative I can use to hgroup?
2 Answers
Matthew Bilz
15,829 PointsBrackets is great (brackets.io) along with XAMPP to utilize your localhost as a server than can interpret PHP. NetBeans is a very handy IDE as well.
Iain Simmons
Treehouse Moderator 32,305 PointsApparently hgroup
has been removed from the HTML5 spec.
Here are some suggestions from the W3C recommendations for formatting subheadings, etc: 4.12.1 Subheadings, subtitles, alternative titles and taglines
I'd go with a header
tag.