<form action="">
First name:<br>
<input type="text" name="firstname" value="John" disabled>
</form>
Specifies that the input field is disabled.
A disabled input field is unusable and un-clickable, and its value will not be sent when submitting the form.