HTML <input> tag
HTML <input> tag : Definition
• The <input> tag specifies an input field where in an user can enter datas.
• This element is one of the most important form element.The <input> element can be displayed in various different ways, depending on the type attribute and required.
• The various different input types are as follows:
<input type="button">
<input type="checkbox">
<input type="color">
<input type="date">
<input type="datetime-local">
<input type="email">
<input type="file">
<input type="hidden">
<input type="image">
<input type="month">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="reset">
<input type="search">
<input type="submit">
<input type="tel">
<input type="text">
(default value)<input type="time">
<input type="url">
<input type="week">
Output:
(default value)