Answers for "how to make text uneditable in html"

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

Code answers related to "how to make text uneditable in html"

Browse Popular Code Answers by Language