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 Write a comment in HTML

I 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.-->

index.html
<!DOCTYPE html>
<html>
</html>

2 Answers

Todd Anderson
Todd Anderson
4,260 Points

<!-- this application is going to tell a story -->

thanks i was putting it in my workspace and not at the bottom was the problem. :)

Christian Puga
Christian Puga
3,736 Points

Whats 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.