728x90
input : ์ฌ์ฉ์๋ก๋ถํฐ ์ ๋ณด๋ฅผ ์ ๋ ฅ๋ฐ์ ์ ์๋ tag
id | id๊ฐ | <input id="id"/> |
class | class๊ฐ | <input class="class"/> |
name | ์๋ฒ๋ก ์ ๋ฌ๋๋ ์ด๋ฆ ์ค์ ํ๋ ์์ฑ | <input name="name"/> |
value | ์ ๋ ฅํ๊ทธ์ ์ด๊ธฐ๊ฐ์ ์ค์ ํ๋ ์์ฑ | <input value="value๊ฐ"/> |
type | ์ ๋ ฅํ๊ทธ์ ์ ํ์ ์ค์ ํ๋ ์์ฑ | <input type="text,hidden,password,radio,checkbox....."/> |
min | ์ต์์์น | <input min="11"/> |
max | ์ต๋์์น | <input max="25"/> |
step | ๋ฐ๋๋ ์์ ํฌ๊ธฐ, ๋จ์ | <input step="5"/> |
autofocus | ์ปค์ ์๋ ํ์ | <input autofocus/> |
placeholder | ๊ธฐ๋ณธ์ ์ผ๋ก ์ฐ์ฌ์ ธ ์๋ ์๋ด๊ธ | <input placeholder="placeholder"/> |
readonly | ์ฝ๊ธฐ๋ง ๊ฐ๋ฅ | <input readonly/> |
required | ์๋ฌด๊ฒ๋ ์
๋ ฅ ์ํ๋ ์ํ ๋ฐฉ์ง (ํ์ ๊ฐ ์ฒดํฌ) |
<input required/> |
maxlength | ์ ๋ ฅ๋๋ ๋ฌธ์์ ์ต๋ ๊ธธ์ด ์ ํ | <input maxlength="12"/> |
minlength | ์ ๋ ฅ๋๋ ๋ฌธ์์ ์ต์ ๊ธธ์ด ์ ํ | <input minlength="11"/> |
'Basic' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Zoom] ์ค ์๊ฐ์ ํ ์์ด ๋ฌด์ ํ ์ด์ฉํ๊ธฐ (nate.com) (2) | 2021.05.07 |
---|---|
[html] <a target ( _blank, _self, _parent, _top ) > (0) | 2021.04.16 |
[html] table colspan rowspan (0) | 2021.04.14 |
[java] equals ๊ณผ == ์ ์ฐจ์ด (0) | 2021.04.07 |
OpenLayers ์คํ๋ ์ด์ด (0) | 2021.03.24 |