HTML, CSS HTML - 비밀번호 input 설정(가리기) - 오늘의 명언 비밀번호 input 설정 input type을 password로 지정 해준다. 전 <input class="text-black" type="password" name="loginPw" placeholder="비밀번호"> 후 <input class="text-black" type="password" name="loginPw" placeholder="비밀번호"> 전체 html <div class="overflow-x-auto"> <form action="../member/doLogin" method="post"> <input class="text-black" type="text" name="loginId" placeholder="아이디"> <input class="text-black" type="password" name="loginPw" placeholder="비밀번호"> <button onclick="submit" class="btn">로그인</button> <button class="btn" onclick="history.back();">뒤로가기</button> </form> </div> 반응형 공유하기 URL 복사카카오톡 공유페이스북 공유엑스 공유 게시글 관리 구독하기Aleph Kim의 IT 블로그 저작자표시 비영리 Contents 전 후 전체html 당신이 좋아할만한 콘텐츠 CSS - media query 2022.03.14 CSS - POSITION 2022.03.11 tailwind - important 2022.02.28 html - button link 연결 2022.02.28 댓글 0 + 이전 댓글 더보기