黑马程序员:HTML习题1

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>登录</title>
</head>
<body>
<table border="1">
    <tr><td><label for="username">用户名:</label></td><td><input type="text" id="uername" /></td></tr>
    <tr><td><label for="password">密码:</label></td><td><input type="password" id="password" /></td></tr>
    <tr><td><label for="other">验证码:</label></td><td><input type="text" id="other" /></td></tr>
    <tr><td colspan="2"><input type="checkbox" id="remember" /><label for="remember">记住密码</label></td></tr>
    <tr><td colspan="2"><input type="submit" value="登录" /></td></tr>
</table>
</body>
</html>


 


---------------------- ASP.Net+Android+IOS开发.Net培训、期待与您交流! ----------------------详细请查看: http://edu.csdn.nSet

posted on 2013-10-17 10:43  云编程的梦  阅读(400)  评论(0编辑  收藏  举报

导航