Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Lady 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,718 PointsGood deal :)
1 Answer

Marcus Parsons
15,718 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,718 PointsMarcus Parsons
15,718 PointsHey Laura,
I'm seeing DELETE only, and I never had to add any information for this challenge...