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 trialAnnika Noren
26,930 PointsHelp 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.
2 Answers
lukebiggerstaff
27,534 PointsAnnika,
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
26,930 PointsThank you Luke! That was the ticket! I appreciate the help.
Annika
Michael Hulet
47,913 PointsMichael Hulet
47,913 PointsCould you please copy and paste the code you have here, so we might be able to better help you?