Menu
×
×
Correct!
Exercise: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!Next ❯ |
This will reset the score of ALL 90 exercises.
Are you sure you want to continue?