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 trialGregory Bibb
1,549 Pointswhat are the instructions to this task?
Paut Neteru coding
<!DOCTYPE html>
<html>
</html>
3 Answers
jessecarter
8,444 PointsChallenge Task 1 of 1 Can you put a comment at the top of the page that tells another coder that: "this application is going to tell a story"? Hint: <!-- you are going to need to write your text between these two tags -->
Replace the words in between <!-- --> with the words that are in the " " marks from the line above.
victor cooper
6,436 PointsChallenge Task 1 of 1 Can you put a comment at the top of the page that tells another coder that: "this application is going to tell a story"? Hint: <!-- you are going to need to write your text between these two tags -->
They are located right before the code box
Agnes Demes
6,613 PointsCan you put a comment at the top of the page that tells another coder that: "this application is going to tell a story"? Hint: <!-- you are going to need to write your text between these two tags -->
the question is asking you to write a comment in the html file. a comment will not be rendered in the browser it is there for providing information about your code