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

Double check image path

I am doing the quiz on the html and i am having trouble with this code. It keeps saying "Double Check image path." The picture is being shown, but keeps saying i'm doing something wrong.

<!DOCTYPE HTML>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Smells Like Bakin' Cupcake Company</title>
    <img src="http://dribbble.s3.amazonaws.com/users/3005/screenshots/530320/smellslikebacon.jpg"
  </head>

  <body>

  </body>
</html>

2 Answers

Nevermind thought i had something but it would work on here

Eric - I can spot 2 issues with the code you posted.

  • All of your content, needs to beside the <body> tag
  • You didn't close your <img> tag