Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Twitterブートストラップを使用してリセットボタンを作成するにはどうすればよいですか? すべてのデータを消去するフォームのリセットボタンと同じですか?
<input class="btn btn-danger" type="reset" value="Reset"> <!-- or --> <button class="btn btn-danger" type="reset">Reset</button>
「危険な」ように見せたくない場合は、btn-dangerクラスを削除してください。
btn-danger