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 trialChaphela Thompson
1,448 Pointscan you help me with the html writing
I need help on how exactly how to do the html writing
<!DOCTYPE html>
<html>
</html>
1 Answer
Jennifer Nordell
Treehouse TeacherI suggest you take a look at the hint again in the challenge. I'm not sure any of us can give you more help than just straight up giving an answer. It's going to be a better learning experience for you if you can try to solve this without us just handing you the code. But just to make clear what they want:
<!-- This is a starting tag
This is an ending tag -->
Put the text it asks for inside the dashes/angle brackets/exclamation mark. Good luck!