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 trialLady Do While
6,027 PointsQuestion is incomplete
This question asks you to DELETE information, not to ADD. It should be updated to reflect that we are to DELETE some lines, and ADD missing information.
Lady Do While
6,027 PointsI had to add a <link> element before moving on, though it wasn't a part of the instructions.
Lady Do While
6,027 PointsI guess I must have deleted <link> by accident because when I first took the quiz, I did not see it and I was told to add it. I was really confused when it told me to add something, because of the question. I must've slipped when highlighting things and missed the <link>. All cleared up I guess!
Marcus Parsons
15,719 PointsGood deal :)
1 Answer
Marcus Parsons
15,719 PointsI refreshed the challenge a few times and don't see anything that would lead to adding an element. I tried it again and still only had to delete things that were supposed to be in the body and/or belonged outside of the head. I still didn't have to add anything to pass the challenge.
This is the only code you need to pass the challenge, which is what remains after deleting what doesn't belong:
<head>
<meta charset="utf-8">
<title>Futuristic MASH</title>
<link href="style.css" rel="stylesheet">
</head>
Marcus Parsons
15,719 PointsMarcus Parsons
15,719 PointsHey Laura,
I'm seeing DELETE only, and I never had to add any information for this challenge...