1. ホーム
  2. html

[解決済み] <button> vs. <input type="button" />. Which to use?

2022-03-16 22:30:39

Question

When looking at most sites (including SO), most of them use:

<input type="button" />

instead of:

<button></button>

  • What are the main differences between the two, if any?
  • Are there valid reasons to use one instead of the other?
  • Are there valid reasons to use combine them?
  • Does using <button> come with compatibility issues, seeing it is not very widely used?

How to solved?

を使用した場合のもう一つのIEの問題 <button /> :

そしてIEの話ですが、IEは に関するバグが2つほどあります。 ボタンの幅 不思議なことに パディングを追加しています。 を追加しなければならない。 小さなハックを使って を制御します。