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 trialGautam Bhatia
122 PointsThis has happened 3rd time I am trying to complete my HTML quiz and on second task check work gets stuck
I am trying to complete my HTML quiz and in second task i get the message "Something went wrong start over again" and the quiz starts from task one again.
<!doctype html>
<html>
<head>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<p>Welcome to My Web Page!</p>
</body>
</html>
3 Answers
Nicholas Grenwalt
46,626 PointsYeah, this happens every now and then. When it does and you are sure there aren't any errors in your code click the "x" when the alert box pops up and keep trying until it goes through. I just tried it on this challenge and it went through after I closed the alert the second time. Hope that helps.
Sjors Theuns
6,091 PointsHi Gautam,
I just tried completing this code challenge and succeeded for both tasks.
In the past I have had simular problems and sometimes closing and reopening the browser window helps.
Laura Drew
5,828 PointsThis happens too often and can be so frustrating! Now I copy my code before submitting it so I can paste it back in if there's an error. Totes recommend!