FA/html๏ผcss
20220916 input์์ ๊ธ์ ์ ์ต๋, ์ต์ ์ง์ ํ๊ธฐ
๐๐๋ฆผ
2022. 9. 16. 23:08
maxlength ์ต๋ / minlength ์ต์
// ๊ธ์ ์ ์ต๋ 10 ์ซ์๋ก ์กฐ์ ํ๋ฉด ๋
<input type = "text" maxlength = "10" />
// ๊ธ์ ์ ์ต์ 5 ์ซ์๋ก ์กฐ์ ํ๋ฉด ๋
<input type="text" minlength = "5" >