HTML_TAG_Input

ColinSong·2020년 11월 27일

html

목록 보기
2/4
post-thumbnail

html

1.1 input type

1.1.1 text

<input type="text">

1.1.2 password

<input type="password">

1.1.3 url

<input type="url">

1.1.4 week

<input type="week">

1.1.5 range

<input type="range">

1.1.6 select

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

1.1.7 number

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

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

1.1.9 text

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

1.1.10 password

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

1.1.11 reset

 <input type="reset">


1.1.12 summit

<input type="submit">

References

  • 🎈2020.11.27
  • 🎈정리 : song

profile
안녕하세요:)

0개의 댓글