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

Question 7 of 8

Have done question 6 re: input text, but cannot do set that text to contain "Hello World". It keeps asking for the value and I've added it and it still won't accept. Please help

10 Answers

Did you match the "Hello World" text exactly as it says?

<form>
    <input type="text" value="Hello World">
</form>
Richmond Lauman
Richmond Lauman
28,793 Points

Hi Angela.

Did the value you entered match exactly what the task requested? letter case, punctuation (or lack thereof) and all?

Hi Howard, thanks for your reply. Yes, I think so, I learnt that lesson earlier on, this time I've entered : <input type="text" name="hello_world" value="hello_world">Hello World<br> And it just keeps coming up incorrect

Can you paste your code? It's much easier for people to help if they can see what you have got.

Hi Richard thanks for your reply too. Yes I fell for that earlier on in the course and have been aware of it since.

Will have to go into it again...

Howard, have just re done all questions and entered your example (above) and it worked thank goodness !!! I had that as well as name="" id="" I think I was just complicating things without thinking and not keeping it simple, phew, thanks a lot everyone, you've been very kind and helpful. Happy dreams

Yippee, finished !!! Now for CSS Foundation :-)

It's good to take a break sometimes, then when you come back you see the problem straight away ;)

So true, just loving the lessons and don't want to stop, but eventually I'll have to slow down, only joined 5 days ago and got 13 badges on my HTML, but I can't work this late every night lol. Thanks again and have a good night, take care