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

Joaquin Lopez
Joaquin Lopez
1,558 Points

FORMS--->Set that text input to contain-->"hello world"

Hello I can't resolve this:

    <input type="text" value="??????">Hello World.

5 Answers

Andi Wilkinson
Andi Wilkinson
26,822 Points

its so easy to get stumped by the little things!

Andi Wilkinson
Andi Wilkinson
26,822 Points
<input type="text" value="Hello World">

I think this is what you mean?

Joaquin Lopez
Joaquin Lopez
1,558 Points

THANK SO MUCH ANDI!

-It was that. -I don't know what happened,I thought that I tried that before!

Peter DeLuca
Peter DeLuca
3,606 Points

This was not covered in the actual HTML lesson. I watched the whole section over again and even read through the video transcripts! Thank you for the post!!!

Martina Carrington
Martina Carrington
15,754 Points

i am having such a difficult time with Set that text input to contain "Hello World". i try everything still give me Bummer! Try setting the 'value' attribute on the text input.