회원가입 로그인 페이지

ColinSong·2020년 12월 10일
0

Play

목록 보기
5/7

jsp를 배우기 앞서서 클라이언트가 요청한 form을 서버가 어떻게 응답하는 지 궁금해서 만들어봤다.😁
로그인 페이지도 구현하고 메인 홈페이지도 구현해보고 싶다....

New Memory

JSP

서버가 응답한 페이지로 이동할 경로

response.sendRedirect("path");

CSS

  • box-shadow:0 1px 6px 0 rgba(32, 33, 36, .28);
  • :focus { // input 태그에 포커스 시 외곽선 none
    outline: none;
    border: none;
    }

css 외부링크 걸기

<link rel="stylesheet" type="text/css" href="경로">

체크 박스의 클릭 범위를 증가

  • label for
  • input id
<label for="id"><label>
    <input class="id">

References

  • 🎈2020.12.10
  • 🎈VScode, Eclipse EE : .jsp

profile
안녕하세요:)

0개의 댓글