input태그의 최소 글 길이 갯수
input태그의 최대 글 길이 갯수
<h2>Form</h2> <form action="" method="GET"> <label> TEXT : <input type="text" name="text" minlength="5" maxlength="10" /> </label> <button type="submit">제출</button> </form>
maxlength = 10