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 trialDaniel Priest
Courses Plus Student 205 PointsCourse: How to make a website Challenge Task: Make a heading with your name. I put: '<h1>myname</h1>' ...incorrect..?
Task 2 of making a website. I have to make a header with my name.
I put <h1>myname</h1> and it's not passing me..?
From the last step I was supposed to have an h2 tag as well, but it says have nothing between the h2 tags. So I have nothing between them..?
Incorrect apparently.. Help!
<h1>Dan Priest</h1>
<h2></h2>
1 Answer
Ryan Rankin
8,261 PointsHey, Dan. I looked at the challenge and it looks like it only wants you to have the <h1>name</h1> on the page. Try removing the <h2></h2>