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 HTML Forms HTML Mastery

Annika Noren
Annika Noren
26,930 Points

Help with Challenge task 7 of 8 on basic HTML course

It says to "set that text input to contain the words Hello World!". The clue is telling me to try setting the value attribute.

Michael Hulet
Michael Hulet
47,912 Points

Could you please copy and paste the code you have here, so we might be able to better help you?

2 Answers

Annika,

You're looking to add an attribute to the input tag. You do this by specifying them like id's and classes. Something like the following should work.

<input value="(place your text here)">

-Luke

Annika Noren
Annika Noren
26,930 Points

Thank you Luke! That was the ticket! I appreciate the help.

Annika