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 Mastery #7

#7 html Mastery: Set that text input to contain "Hello World"

I hate to be "that guy" but I am just a little confused on what exactly I need to be changing....This is what I have changed it to and keep getting the error: "Bummer! Try setting the 'value' attribute on the text input."

The code seems to be correct up until this point. Would/Could anyone help me with this last one please? Thanks in advance.

input type="submit" value="submit"

2 Answers

James Barnett
James Barnett
39,199 Points

Hint: The value attribute for an input field is for the text that's displayed in the field.

Hey James, Thanks for the point in the right direction. I just had trouble with the wording of the question. Thanks again!