목록pattern (1)
자라나라

1. Requiring an Input 늘 해오던 것에 required만 추가 되었다. 이 경우 꼭 빈칸을 채워야만 다음으로 넘어갈 수 있게 된다. 이처럼 type="number"도 가능! 설정한 answer값과 일치해야만 접근할 수 있게 만들기도 하는데, 이 부분은 javascript로 배워보자 2. Checking text length 숫자처럼 character에도 길이 제한을 줄 수 있다 If a user tries to submit the with less than the set minimum, this message appears: And if a user tries to type in more than the maximum allowed number of characters, they don’..
HTML
2022. 2. 10. 11:16