Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Eddy Valna
Courses Plus Student 3,978 Pointsneed help please
my code is for deep dives html challenge 7 of 8 for the last badge , i need to Set that text input to contain "Hello World". but i don't remember how.
<!DOCTYPE html>
<html>
<head>
<title>HTML Mastery Challenge</title>
</head>
<body>
<h1>HTML Mastery Challenge</h1>
<!-- Write your code below -->
<div>
<h2>Shopping List</h2>
<ol>
<li></li>
<li></li>
<li></li>
</ol>
</div>
<p><strong>Hello World</strong></p>
<form>
<fieldset>
<legend>Hello World</legend>
<input type="text" placeholder="Hello World">
</fieldset>
</form>
</body> </html>
4 Answers

danielcroft
7,438 Pointschange placeholder=""
to value="Hello World"

Colton Bryce Hamish Greer
2,560 Pointsjust a simple value element. You almost had it. Great Work, and good luck

Eddy Valna
Courses Plus Student 3,978 Pointsi cant seem to pass it.

Eddy Valna
Courses Plus Student 3,978 Pointsok

danielcroft
7,438 PointsYou can ignore my second image this top message is correct now i tested it.

Eddy Valna
Courses Plus Student 3,978 Pointsthank you for your help it works !
danielcroft
7,438 Pointsdanielcroft
7,438 PointsThe code isn't entering properly give me a second