Menu
×
×
Correct!
Exercise:Set the max numbers of characters allowed in the input field to 40.
<form action="/action_page.php">
<input type="text" @(14)> </form>
<form action="/action_page.php">
<input type="text" maxlength="40"> </form>
<form action="/action_page.php">
<input type="text" maxlength='40'> </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?