Menu
×
×
Correct!
Exercise:Set the input field to be read only (meaning that the value cannot be changed).
<form action="/action_page.php">
<input type="text" @(8)> </form>
<form action="/action_page.php">
<input type="text" readonly> </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?