maxlength ์ต๋ / minlength ์ต์
// ๊ธ์ ์ ์ต๋ 10 ์ซ์๋ก ์กฐ์ ํ๋ฉด ๋
<input type = "text" maxlength = "10" />
// ๊ธ์ ์ ์ต์ 5 ์ซ์๋ก ์กฐ์ ํ๋ฉด ๋
<input type="text" minlength = "5" >
'FA > html๏ผcss' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
20220923 ๋ชจ๋ฐ์ผ ์ฐฝ์์ input ํด๋ฆญ ์ ํ๋ ๋ฐฉ์ง (0) | 2022.09.23 |
---|---|
20220921 block / inline-block / inline ์ฐจ์ด์ (0) | 2022.09.21 |
20220920 position ์์ฑ (0) | 2022.09.21 |
border-style (0) | 2022.08.17 |
CSS ๋จ์ (0) | 2022.08.12 |