input button disabled html code example
Example 1: html button disabled
<button type="button" disabled>This button is disabled</button>
Example 2: disable input type button in html
<input type="button" disabled value="Submit">
<button type="button" disabled>This button is disabled</button>
<input type="button" disabled value="Submit">