Input or button

Could anyone please tell me what’s the difference between


<input type="button" />
<button></button>

Thanks

You can do a little more with <button> that with <inputs>, like put text and even HTML between the opening and closing tags. It seems it’s more often used with JS, though. Here’s some info on the button element: