결과 ▽

 

 

 

 

▽ 코드 ▽

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Document</title>
    </head>
    <body>
        <table border="1">
            <tr>
                <td align=center><b>Login</b></td>
            </tr>
            <tr>
                <td>
                    <input type=text placeholder="Input your ID">
                </td>
            </tr>
            <tr>
                <td>
                    <input type="text" placeholder="Input your PW">
                </td>
            </tr>
            <tr>
                <td align=center>
                    <input type="button" value="Login">
                    <input type="button"
                    value="Sign up">
                    <br>
                    <input type="checkbox">Remember my ID
                </td>
            </tr>
        </table>
    </body>
</html>

 

 

 

 

 

+ Recent posts