Notice
Recent Posts
Recent Comments
Link
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- float
- ํ๋ก๊ทธ๋๋จธ์ค
- Em
- SASS
- javascript
- input
- js
- scss
- ์ธ๋ผ์ธ๋ธ๋ก
- ์ฝ๋ฉํ ์คํธ
- ์๊ณ ๋ฆฌ์ฆ
- @mixin
- layout
- inline
- ์๋ฐ์คํฌ๋ฆฝํธ
- vscode
- object
- string
- TAG
- VSCODE๋จ์ถํค
- ๋ฌธ์์ด
- ์ ๊ฐ์ฐ์ฐ์
- ํ๋ก๊ทธ๋๋จธ์ค ์ฝ๋ฉํ ์คํธ
- ์ธ๋ผ์ธ
- html ํ๊ทธ
- carousel slider
- HTML
- ::before
- ํฉ๊ณ ์๊ณ ๋ฆฌ์ฆ
- css
Archives
- Today
- Total
Outputor
CSS input ์ ๋ฆฌ ๋ณธ๋ฌธ
input type ๊ฐ๋จ ์ ๋ฆฌ
- <input type="text">
- <input type="email">
- <input type="password">
- <input type="radio">
- <input type="file">
- <input type="checkbox">
- <input type="submit">
- <select>
<option>์ต์ 1</option>
</select> - <textarea></textarea>
input ์์ฑ ๊ฐ๋จ ์ ๋ฆฌ
- placeholder: ๋ฐฐ๊ฒฝ ๊ธ์
- value: ๋ฏธ๋ฆฌ ์ ๋ ฅ๋ ๊ฐ
- name: ์ธํ์ ์ด๋ฆ ์ค์
input type์ ์ด์ฉํ CSS์ ๋ ํฐ
- ex) input[type=email] {}
์ ์ก๋ฒํผ (form ํ๊ทธ ์์ ์์ด์ผ ์ ์๋ํจ)
- <button type="submit">์ ์ก</button>
- <input type="submit">
label ํ๊ทธ์ for ์์ฑ
- input์ id์ label์ for ์์ฑ์ ๋๊ฐ์ด ๋ง์ถฐ์ฃผ๋ฉด input๋์ label์ ๋๋ฌ๋ input์ ์ ํํ ์ ์์
<div class="preference">
<label for="cheese">Do you like cheese?</label>
<input type="checkbox" name="cheese" id="cheese">
</div>
'๐จ CSS ๐ป' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Pseudo-class ์ ๋ ํฐ (0) | 2021.12.31 |
---|---|
CSS nth-child ์ ๋ ํฐ (0) | 2021.12.31 |
์ธ๋ผ์ธ๋ธ๋ก(inline-block) margin ์ ๊ฑฐ (0) | 2021.12.29 |
::before ::after ๊ฐ์ํด๋์ค (0) | 2021.12.29 |
CSS position (0) | 2021.12.29 |