728x90
반응형
autocomplete 속성 끄기
<input autocomplete="off" name="id" type="text" placeholder="id"/>
입력 폼 전체에 자동완성 막기
<form autocomplete="off">
<input ... />
<input ... />
<textarea ... />
</form>
반응형
'프로그래밍 > HTML' 카테고리의 다른 글
[HTML] html canvas 사용하기 (0) | 2023.06.20 |
---|---|
img 태그 onerror 처리 방법 (0) | 2021.10.29 |
Java, Html, Jsp에서의 주석처리 방법 (2) | 2021.08.27 |
07.02(semantic tags) (0) | 2020.07.02 |
09.11(form) (0) | 2020.06.11 |