Front/HTML

[HTML] 자동으로 input에 focus

오선지♬ 2023. 7. 11. 19:00
728x90
반응형

<input type='text' name='username' placeholder='이름을 입력하세요.' autofocus/>

 

페이지 로드 시 별도의 클릭없이 지정한 input창에서 바로 작성을 가능하게 할 수 있다.

728x90
반응형

'Front > HTML' 카테고리의 다른 글

[HTML] target="blank" 와 target="_blank"  (0) 2023.08.25
[HTML] input number maxlength  (0) 2023.07.24
[Html] <a> href  (0) 2023.07.06
[HTML] <script> integrity option  (0) 2023.06.19
[HTML] input size  (0) 2023.05.19