美文网首页
day22作业

day22作业

作者: xue_y | 来源:发表于2019-01-22 19:50 被阅读0次

登录界面

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        
        <title>学生信息管理系统</title>
    </head>
    <body>
        <table border="1" cellspacing="0" bordercolor="white" align="center" width="1000" height="600">
            <tr>
                <td></td>
                <td></td>
                <td></td>
            </tr>
            <tr>
                <td width="300"></td>
                <td>
                    <table border="1" cellspacing="0" bordercolor="black" width="400" height="300" bgcolor="greenyellow">
                        <tr>
                            <td>
                                <p align="center">欢迎来到学生管理系统</p><br />
                                <br />
                                <form action="" method="post">
                                    <font>
                                        &emsp;&emsp;&emsp;&emsp;&emsp;&emsp;账号
                                    </font>
                                    <input type="text" name="账号" value="" placeholder="请输入账号"/>
                                    <br /><br />
                                    <font>
                                        &emsp;&emsp;&emsp;&emsp;&emsp;&emsp;密码
                                    </font>
                                    <input type="password" name="密码" value="" placeholder="请输入密码"/>
                                    <br /><br />
                                    <font>
                                        &emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;
                                        &emsp;&emsp;&emsp;
                                    </font>
                                    <input type="submit" name="账号" value="登录" />
                                    <font>&emsp;</font>
                                    <input type="button" name="" value="注册" />
                                </form>
                            </td>
                        </tr>
                    </table>
                </td>
                <td></td>
            </tr>
            <tr>
                <td></td>
                <td></td>
                <td></td>
            </tr>
        </table>

    </body>
</html>

相关文章

网友评论

      本文标题:day22作业

      本文链接:https://www.haomeiwen.com/subject/sfvrjqtx.html