What is the difference between <button> and <input type=“button” />
Posted: 15 Nov 2014, 07:50
Hi
Which is better to use:
Or:
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?
Which is better to use:
Code: Select all
<input type="button" />
Code: Select all
<button></button>
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?