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 trialEthan Newell
1,925 Pointshow do I complete this challenge
I need help
<!DOCTYPE html>
<html></html>
1 Answer
Jacob Jackson
UX Design Techdegree Student 7,833 PointsHey Ethan!
Judging by your code I'm assuming you're on the 3rd round of the challenge?
If NOT, then I think you're doing more work than you need.
In these challenges, remember to only do EXACTLY what the question tells you.
For example:
The very first question is ONLY asking you to set the DOCTYPE
<!DOCTYPE html>
As you have already done.
the second phase of the challenge then asks you to add the HTML tags, again, as you have above.
If you're stuck with what you have, I'm guessing that you've added too much for the first section of the challenge.
Let me know if this doesn't answer your question though, we can walk through it together.
Great start though! Best of luck! -Jake
Ethan Newell
1,925 PointsEthan Newell
1,925 Pointsthanks!