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 trialrebekahwoolford
2,445 PointsI put in between <!--the comment they said.--> at the top of the page. But it doesn't seem to be taking it??
i don't have time to rewatch the video to see if I missed something. But I thought I would ask. I'm not sure what I did wrong. <!--This application is going to tell a story.-->
<!DOCTYPE html>
<html>
</html>
2 Answers
Todd Anderson
4,260 Points<!-- this application is going to tell a story -->
Christian Puga
3,736 PointsWhats the issue here? <!-- This is just for placing comments in your html file --> and it wont appear in the preview of your page cuz it wont be read.
it wont be readed because its a comment and it should be showing in like a gray color in your editor so GL.
rebekahwoolford
2,445 Pointsrebekahwoolford
2,445 Pointsthanks i was putting it in my workspace and not at the bottom was the problem. :)