<input type="button">
element is a specific version of the <input>
element used to create a clickable button with no default value. It has been superseded in HTML5 by the <button> element.<input type="date">
element is a specific version of the <input>
element used to create an input field accepting a date.