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 trial

HTML Introduction to HTML and CSS (2016) Getting Familiar with HTML and CSS Test: Changing the Look of a Web Page

This 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.

index.html
<!doctype html>
<html>
  <head>
    <link href="styles.css" rel="stylesheet">
  </head>
  <body>

    <p>Welcome to My Web Page!</p>

  </body>
</html>
styles.css

3 Answers

Nicholas Grenwalt
Nicholas Grenwalt
46,626 Points

Yeah, 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
Sjors Theuns
6,091 Points

Hi 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
Laura Drew
5,828 Points

This 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!