08 Table&Form&etc
ํ์ฝํ ์ธ
tr - row
th [์์ฑ: abbr, headers, colspan, rowspan, scope] - header
td [์์ฑ: headers, colspan, rowspan] - data
caption: ํ์ ์ ๋ชฉ
col, colgroup : ํ์ ์ด๋ค์ ๊ณตํต์ ์ผ๋ก ์ ์ํ๋ ์ปฌ๋ผ, ๊ทธ์ ์งํฉ
span ์์ฑ์ผ๋ก ์ฐ์ํด์ ์์ฑ ์ ์ํ ์ ์์
thead, tbody, tfoot: ๋จธ๋ฆฌ๊ธ, ๋ณธ๋ฌธ, ๋ฐ๋ฅ๊ธ ์ง์
๊ธฐ๋ณธ์ ์ผ๋ก ํ ์ด๋ธ ๋ ์ด์์์ ์ํฅ์ ์ฃผ์ง๋ ์์.
form(์์)
์น ์๋ฒ์ ์ ๋ณด๋ฅผ ์ ์ถํ๊ธฐ ์ํ ์์์ ๋ฒ์๋ฅผ ์ ์
form์ด ๋ค๋ฅธ form์ ์์์์๋ก ํฌํจ ํ ์ ์๋ค.
์์ฑ(๊ธฐ๋ณธ๊ฐ ์ดํค๋ฆญ์ฒด๋ก ํ๊ธฐ)
action : ์ ์ก ์ ๋ณด๋ฅผ ์ฒ๋ฆฌํ ์นํ์ด์ง์ url
methond: ์๋ฒ๋ก ์ ์กํ HTTP ๋ฐฉ์(GET, POST)
autocomplete: ์ฌ์ฉ์๊ฐ ์ด์ ์ ์ ๋ ฅํ ๊ฐ์ผ๋ก ์๋์์ฑ ๊ธฐ๋ฅ ์ฌ์ฉํ ์ง ์ฌ๋ถ(on,off)
name: ๊ณ ์ ํ ์์์ ์ด๋ฆ
novalidate: ์๋ฒ๋ก ๋ฐ์ดํฐ๋ฅผ ์ ์ก์, ์์ ๋ฐ์ดํฐ์ ์ ํจ์ฑ์ ๊ฒ์ฌํ์ง ์๋๋ก ์ค์ .
target: ์๋ฒ๋ก ์ ์ก ํ ์๋ต๋ฐ์ ๋ฐฉ์ ์ง์ (_self, _blank)
input: ์ฌ์ฉ์์๊ฒ ์ ๋ ฅ๋ฐ์ ๋ฐ์ดํฐ ์์
์์ฑ
autocomplete(on, off)
autofocus(boolean)
checked (boolean) - type์์ฑ์ด radio, checkbox์ผ๋๋ง
name: ์์์ ์ด๋ฆ
placeholder
readonly
form
type: ์ ๋ ฅ๋ฐ์ ๋ฐ์ดํฐ์ ์ข ๋ฅ.(button, email, password, checkbox, submit, text....)
label
๋ผ๋ฒจ๊ฐ๋ฅ ์์์ ์ ๋ชฉ
for ์์ฑ์ผ๋ก ๋ผ๋ฒจ ๊ฐ๋ฅ ์์๋ฅผ ์ฐธ์กฐํ๊ฑฐ๋, ์ฝํ ์ธ ๋ก ํฌํจ
๋ผ๋ฒจ ๊ฐ๋ฅ ์์: button, input, progress, select, textarea
button
์์ฑ
autofocus
disabled
form
name
type
textarea
fieldset, legend
select, datalist, optgroup, option
select: size, multiple,disabled
optiongroup: label, disabled
option: selected, label, value, disabled
datalist: input์ ๋ฏธ๋ฆฌ ์ ์๋ ์ต์ ์ ์ง์ ํ์ฌ, ์๋์์ฑ(autocomplete)๊ธฐ๋ฅ์ ์ ๊ณตํ๋๋ฐ ์ฌ์ฉ
progress: ์์ ์ ์๋ฃ ์งํ๋ฅ (max:์ด๋, value:์งํ๋ฅ )
๋ณดํต javaScript๋ก value๊ฐ์ controlํด์ ํ์ฌ ์งํ๋ฅ ์ ๋ํ๋ผ ์ ์๋ค.
Last updated