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

help with "add title element"

I'm stuck on a question it is telling me to "add a title element" I have tried adding the < h 1 > < / h 1 > tag but I don't believe that's it as it is saying its not correct.

2 Answers

Title elements are not the same thing as headlines, so that's why <h1></h1> won't work.. Title elements go in the head section (not the body section), and provide meta information to browsers about your site. I hate to give the answer outright, but try <title></title>. You may want to go back and review the section, just so you make sure you are familiar with the concept. Good luck!

Thank you @Sarah Warner. < t i t l e > < / t i t l e > -.- the answer was in the question... < t i t l e >allows us to change the title of our page in search results.< / t i t l e >