标签:form 密码 ext student box content doc contain 作业
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>作业</title> </head> <body> <div id="container" style="width: 400px"> <div id="header" style="background-color: #4291ff"><h2 align="center">请登录</h2></div> <div id="content" style="background-color: #f1f1ff"> <form> Username:<input type="text" name="name.1"> <br> Password:<input type="password" name="name.2"> <br> <input type="radio" name="r1" value="stu">student <input type="radio" name="r2" value="tea">teacher <br> <input type="checkbox" name="c1" value="">记住密码 <br> <input type="button" value="login"> <a href="">忘记密码</a> </form> </div> <div id="footer" style="background-color: #112aff"><p align="right">版权jk</p></div> </div> <hr> <div> <select> <option>点赞</option> <option>评论</option> </select> <hr> <ul> <li>python</li> <li>html</li> <li>web</li> <li>java</li> </ul> <br> <ol> <li>python</li> <li>html</li> <li>web</li> <li>java</li> </ol> </div> </body> </html>
标签:form 密码 ext student box content doc contain 作业
原文地址:http://www.cnblogs.com/lzp963/p/7683807.html