美文网首页
01-22作业登陆界面

01-22作业登陆界面

作者: 生命的怒放 | 来源:发表于2019-01-22 17:57 被阅读0次
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <title>学生管理系统</title>
        </head>
        <style type="text/css">
            h4:active{
                    background-color: red;
                }
        </style>
        <body>
            <table bordercolor="white" cellspacing="0" cellpadding="" align="center">
                <tr>
                    <td align="center">
                        <h4><img src="img/花儿.jpg"/>欢迎来到学生管理系统<img src="img/花儿.jpg"/></h4>                                       
                        <input type="text" name="name" value="" placeholder="请输入帐号" maxlength="10"/><font>帐号</font>
                        <br />
                        <input type="text" name="password" id="" value="" placeholder="请输入密码" /><font>密码</font>
                        <br/>
                        <br/>
                        <input type="button" name="" id="" value="登陆" />
                        <input type="button" name="" id="" value="注册" />
                    </td>
                </tr>
            </table>        
        </body>
    </html>
    

    相关文章

      网友评论

          本文标题:01-22作业登陆界面

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