Answers for "how to set input not editable in html"

7

html input not editable

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

Code answers related to "how to set input not editable in html"

Browse Popular Code Answers by Language