×
×
Correct!
In the input field below, add placeholder that says "Your name here".
<form action="/action_page.php">
<input type="text" @(28)> </form>
<form action="/action_page.php">
<input type="text" placeholder="Your name here"> </form>
<form action="/action_page.php">
<input type="text" placeholder='Your name here'> </form> Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?