Answers for "how to disable the html form"

-1

html disable form

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

<style>
  input{
  cursor: not-allowded;
  }
</style>
Posted by: Guest on August-21-2021
-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 "how to disable the html form"

Browse Popular Code Answers by Language