<input type="text">
<input type="password">
<input type="url">

<input type="week">

<input type="range">

<select name="month">
<option value="one">1개월</option>
<option value="two">2개월</option>
</select>

<input type="number" placeholder="number">

<input type="search" placeholder="search">

<input type="text" placeholder="text">

<input type="password" placeholder="password">

<input type="reset">


<input type="submit">
