Answers for "what is the use of readonly html if one can edit"

2

read only html

<!-- Using readonly attribute is use to prevent changing of input value. -->
Example:
<input type="text" name="username" value="lol" readonly>
Posted by: Guest on August-17-2020
1

using value attribute in input tag makes it read only

use defaultValue tag
Posted by: Guest on August-04-2020

Code answers related to "what is the use of readonly html if one can edit"

Browse Popular Code Answers by Language