Answers for "uneditable text firld html"

3

read only attribute in html

<!-- Using readonly attribute is use to prevent changing of input value. -->
Example:
<input type="text" name="username" value="ankur" readonly>
Posted by: Guest on June-21-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 "uneditable text firld html"

Browse Popular Code Answers by Language