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 Build a Simple Website Text Editors and HTML Creating Structure

Wrong Answer: "No image tag inside of the 'div'

I'm getting this task wrong even though I'm pretty certain this is correct. What am i doing wrong to get this error? - Refers to the image placed after <h2>

<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Smells Like Bakin' Cupcake Company</title> </head> <body> <div id="featured-cupcake"> <h2> Cupcake of the Week </h2> <img src = "img/featured-cupcake.jpg" alt="Avocado Chocolate Cupcake > </div> </body> </html>

Kang-Kyu Lee
Kang-Kyu Lee
52,045 Points

Can we see your code inside of <div> tag?

1 Answer

Kang-Kyu Lee
Kang-Kyu Lee
52,045 Points

can we see your code inside of 'div' tag?