<input type="..." name="..." id="..." />
By itself, the input element will not do anything. The input element requires the type="" to define the type of data it will collect, as well as how it will be displayed.
type=""