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

PHP Build a Basic PHP Website (2018) Adding a Basic Form Setting Up the Initial Form

hgroup 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

Brackets 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.

Apparently 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.