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 trialTraci L. Harden
527 PointsEverytime I get to task 2 <html> I get the message that my answer is incorrect and it won't let me continue.
I asked about this yesterday and was told to open another window in Chrome in 'incognito mode' Ive done that, but I still keep error messages regardless if I using my laptop or app.
5 Answers
Wayne Priestley
19,579 PointsHi Traci,
Is it a code challenge you're stuck on?
If so could you paste the question so we can help you get past it.
Traci L. Harden
527 Points<html>
Traci L. Harden
527 Points<html>
Traci L. Harden
527 PointsYes, I complete the first task with the correct answer; <!DOCTYPE html>, The second question asks: "Create the HTML element that will serve as the document root."
I type in <html> and hit submit and nothing happens. Then I resubmit and i either get an code challenge error message or the alert that the answer is wrong and I cannot proceed.
Wayne Priestley
19,579 PointsSo you have something like this:
<!DOCTYPE html>
<html>
</html>
Can you try to copy and paste the code and if you've already done that can you try typing it in.
Let us know how it goes please.
James Salazar
3,934 PointsJames Salazar
3,934 PointsPost the code. It may not be a browser issue.