Answers for "form button disabled"

CSS
9

html button disabled

<button type="button" disabled>This button is disabled</button>
Posted by: Guest on February-21-2020
-1

html disable form

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

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

Browse Popular Code Answers by Language