04. Quiz_간단한 로그인 페이지 만들어보기

yyoujg·2022년 4월 25일
0

웹개발종합반 1주차

목록 보기
10/13

로그인페이지 완성!

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>로그인페이지</title>
</head>
<body>
    <h1>로그인 페이지</h1>
    <p>ID: <input type="text"/></p>
    <p>PW: <input type="text"/></p>
    <button>로그인하기</button>
</body>
</html>

profile
멋쟁이 개발자가 될거야!!

0개의 댓글