Answers for "in html, what should you add to a form field to disable it"

-1

html disable form

<!-- disable text form -->
<input disabled>

<style>
  input{
  cursor: not-allowded;
  }
</style>
Posted by: Guest on August-21-2021

Code answers related to "in html, what should you add to a form field to disable it"

Browse Popular Code Answers by Language