본문 바로가기

Coding

[HTML] 로그인 페이지

<body>
    <h1>로그인 페이지</h1>


    <p>ID: <input type="text"/></p>


    <p>PW: <input type="text"/></p>


    <button>로그인하기</button>


</body>