속성값
on : 기본값으로, 브라우저는 사용자가 이전에 입력한 값을 기반으로 자동으로 값을 완성함.
off : 브라우저가 자동으로 값을 완성하지 않으므로, 사용자는 매번 각 입력 필드에 값을 끝까지 입력해야 함
# 예시
<form action="/examples/media/action_target.php" autocomplete="off">
이름 : <input type="text" name="st_name"><br>
학번 : <input type="text" name="st_id"><br>
학과 : <input type="text" name="department"><br>
<input type="submit">
</form>
'Others > 핵심 이론' 카테고리의 다른 글
프로토콜(Protocol) / FTP / SSL 개념 (0) | 2023.06.12 |
---|---|
(Anaconda) 아나콘다 가상환경 사용법 (0) | 2022.04.18 |