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 trialLisa Seeley
4,345 PointsThe program seems to be stuck in the "running" mode. How do I get out of it?
I typed in the code and I got the Bummer! Don't forget the head element. I have the head element in but I double checked it and retyped it but it won't get out of running unless I click on it, then it says working...
<!DOCTYPE html>
<html></html>
<head></head>
3 Answers
Lisa Seeley
4,345 PointsThanks! That worked
Kim Cowart
32,918 PointsHi Lisa, I noticed also that your head element is not inside your HTML tags? try
<!DOCTYPE html>
<html>
<head></head>
</html>
Hope that helps
Kim Cowart
32,918 Pointshmm formatting is hinky in my view but I hope the idea came across ok
jeremy scott
482 PointsThat is correct, everything in a html document must be contained before the html close tag, how did you get the code box on screen? I tried throwing some *** in my code like I used to do 10 years ago but my code was gone. I was trying to help with someone with html, but I could not "show" them the correct way to code it.
Kim Cowart
32,918 PointsHey Jeremy,
The symtax here is ``` back ticks before the number 1 on most keyboards.
Lisa Seeley
4,345 PointsI resolved it. Thanks guys! Lisa
samueljhan
1,732 Pointssamueljhan
1,732 Pointstry to press esc or refresh your browser. i suggest that you use chrome because then you won't get a frozen browser.