ボタンを無効にする disabled属性

<input type="button" value="ボタンサンプル01">
<button>ボタンサンプル02</button>

<input type="button" value="ボタンサンプル03" disabled>
<button disabled>ボタンサンプル04</button>