Results 1 - 2 of 2

<input type="button">

The HTML <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.
Element HTML Input Element Reference

<input type="date">

The HTML <input type="date"> element is a specific version of the <input> element used to create an input field accepting a date.
Element HTML Input Element NeedsCompatTable Reference