Answers for "html text not editable"

7

html input not editable

<input readonly type="text" name="country" value="Norway" >
Posted by: Guest on March-12-2021
2

js making input non typeable

//Use readonly

<input id="myInput" readonly>
Posted by: Guest on June-01-2020
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
0

html text not editable

Instructions
1.PRINT ALL INFORMATIONS- USE BLOCK LETTERS
2.COMPLETE APPLICATIONS IN TWO COPIES
3. SUBMITTHE FOLLOWINGS ALONGWITH APPLICATIONS
Posted by: Guest on October-22-2021

Browse Popular Code Answers by Language