Answers for "how to make an input non editable html"

7

html input not editable

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

non editable text field

<input type="text" id="country" name="country" value="Norway" readonly>
Posted by: Guest on July-27-2021

Code answers related to "how to make an input non editable html"

Browse Popular Code Answers by Language