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 Treehouse Club - MASH MASH - HTML Thinking With Your Head

Lady Do While
Lady Do While
6,027 Points

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

Hey Laura,

I'm seeing DELETE only, and I never had to add any information for this challenge...

Lady Do While
Lady Do While
6,027 Points

I had to add a <link> element before moving on, though it wasn't a part of the instructions.

Lady Do While
Lady Do While
6,027 Points

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

Good deal :)

1 Answer

I 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>