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: HTML Publish a Story HTML Structure

im on the blue section for the coding its the HTMLand im on the final thing but im stuck on task 3. can someone help me?

im doing wuts its asking me too but it wont let me pass

index.html
<!DOCTYPE html>
<html> <head> <body>mmm wactha say</body> </head> </html>

2 Answers

Douglas Counts
Douglas Counts
10,060 Points

You have your body tags contained within your head tags. Nothing in the head tag is displayed on the screen as it is the area to load stylesheets, JavaScript, and meta information, but nothing visual. Move your closing head tag prior to the start of the body tag and you should be good.

i know that i figured it out five seconds after in posted this