×
×
Correct!
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! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?