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 trialsandis
10,738 PointsBummer!
maybe look stupid, but I do not understand where is the error.
Bummer! Did you put the 'id' attribute on the right element? PreviewRecheck work index.html
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 5 <title>Smells Like Bakin' Cupcake Company</title> 6 </head> 7 <body> 8 <div id="features-cupcake"> 9 </div> 10 </body> 11 </html> 12
13
2 Answers
Kate Hrycak
5,542 PointsHey Sandis,
Not sure where in the challenge you are, but do you have any tags? It should have something like:
<html>
<head>
<title>Smells Like Bakin' Cupcake Company</title>
</head>
If you let us know which challenge you're on, that'll help troubleshoot :)
Misty Majewski
5,276 Pointscan you copy and paste what you did.. That way we can get an idea what the problem is..