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 How to Make a Website Creating HTML Content Create Navigation with Lists

"How to Make a Website" Challenge Task 2 keeps freezing. I can't change cursor location. Rebooted but no dice.

Have clicked, double-clicked, attempted to highlight, and rebooted. On reboot it let me do one question.

index.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Nick Pettit</title>
  </head>
  <body>
    <header>
      <a href="index.html">
        <h1>Nick Pettit</h1>
        <h2>Designer</h2>
      </a>
      <nav>
        <ul>
        </ul>
      </nav>
    </header>
    <section></section>
    <footer>
      <p>&copy; 2013 Nick Pettit.</p>
    </footer>
  </body>
</html>
John Domingo
John Domingo
9,058 Points

Just tried the challenge and it's working for me.

In the past, when I've see this issue it was usually due to a slower internet connection. Try closing other tabs and windows and close out of unneeded plugins that might be running JavaScript. I am using Chrome if that helps too. Good luck!

Thank you.

1 Answer

Steve Brewer
Steve Brewer
15,030 Points

This happened to me when I had resized my browser and made it smaller. When I resized back to the full width of my screen I could click on the exercise area and type again.