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 trialTim Gorman
154 PointsWhat is the Title element ?
When I enter, <title>Nick Pettit | Designer</title>, is this not the title element ?
4 Answers
Steve Hunter
57,712 PointsDon't think so - the title element is what appears in the browser tab. The 'Nick Pettit | Designer" is the header, I think.
Steve.
Tim Gorman
154 PointsI'm on HTML Building a Web Site. The first one. I started yesterday. Real beginner. Thanks Steve.
Steve Hunter
57,712 PointsIs the question:
Start with an opening <h1> tag. Then, type the corresponding closing tag to close the element. For now, leave the space between the tags blank
Steve Hunter
57,712 PointsCan you copy the link to the quiz - I've struggled to find it but have racked up a few HTML points looking!!
Tim Gorman
154 PointsYes, I have the tags separated. After I entered the " character set " and got that right, the next challenge is : " add a title element". On my workspace that I use to follow along with Nick's tutorials is : <title>Nick Pettit | Designer</title>, after the character set line. The test i asking for a title element and since thats the only line with the word " title" in it I figured," must be that one ". I tried other things but that didn't work either. I think I should go over the lesson again. Duh...
Steve Hunter
57,712 PointsAt that stage in the challenge (question 6 of 7) your code should look like:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body></body>
</html>
Tim Gorman
154 PointsTim Gorman
154 PointsHi Steve, the review/quiz is asking to add a " title element ". I'm working off of my workspace alongside and the line that begins with, ",<title>", seems to be correct to me. I am stumped.
Steve Hunter
57,712 PointsSteve Hunter
57,712 PointsWhich course are you on - I'll go and have a look.
Steve.