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 How to Make a Website HTML First Use HTML Elements

Anthony Green
Anthony Green
152 Points

hi. it doesn't like this. any suggestions would be amazing please :)

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title> Nick Pettit. Designer. </head> <body> <header> <h1> Nick Pettit </h1> <h2> Designer </h2> </header> <section> <p> Gallery Will go here </p> </section> <footer> <p> © 2014 designer. </p> </footer> </body> </html>

2 Answers

Don Shipley
Don Shipley
19,488 Points

If you are trying to show the author you can comment out Nick Pettit. Designer. Nick Pettit Designer Gallery Will go here © 2014 designer. using the html comment <! -- -->

Anthony Green
Anthony Green
152 Points

thanks i got this sorted - anyone know how to delete a post? thanks! :)