[WebMarket] 프로젝트 생성

zyeon·2022년 6월 13일
1

WebMarket

목록 보기
1/7
post-thumbnail

🖊 프로젝트 생성

  • eclipse -> File -> New -> Dynamic Web Project (없는 경우 Other에서 검색)

🖊 JSP 파일 생성

  • welcome.jsp

🖊 welcome 페이지 작성하기

  <!DOCTYPE html>
  <html>

  <head>
    <meta charset="UTF-8">
    <title>Welcome</title>
  </head>

  <body>
    <h1>Welcome to Web Shopping Mall</h1>
    <h3>Welcome to Web Market!</h3>
  </body>
  </html>

profile
splunk

0개의 댓글