zoukankan      html  css  js  c++  java
  • 实践1-qq邮箱主页

    纯html的网页 采用table分割板块进行布局

    <!
    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> <meta http-equiv="Content-Type" content="text/html; charset=gbk" /> <title>登录QQ邮箱</title> </head> <body> <table width="100%" border="0" background="q.jpg"> <tr height="133px"><td>&nbsp;</td><td>&nbsp;</td></tr> <tr><td width="802px" height="387px">&nbsp;</td> <td> <table border="0"> <tr><td align="center" height="40px" width="283px"><input type="text" style="260px; height:34px;" name="username"/></td></tr> <tr><td align="center" height="40px"><input type="password" style="260px; height:34px;"name="pswd"/></td></tr> <tr><td height="50px">&nbsp;<input type="checkbox" name="auto">下次自动登录</td></tr> <tr><td align="center" ><input type="submit" value="登录" style="260px; height:34px;background:#5998dd;color:black;" onclick="window.location.href='https://mail.qq.com/cgi-bin/loginpage';"></td></tr> </table> <p>&nbsp;</p>&nbsp; <a href="https://aq.qq.com/cn2/findpsw/pc/pc_find_pwd_input_account" target="_blank" style="font-size:13px;">忘了密码?</a>| <a href="https://ssl.zc.qq.com/chs/index.html?type=1" target="_blank" style="font-size:13px;">注册新账号</a>| <a href="http://support.qq.com/discuss/350_1.shtml" target="_blank" style="font-size:13px;">意见反馈</a> </td> </tr> <tr height="114px"><td>&nbsp;</td><td>&nbsp;</td></tr> </table> </body> </html>

  • 相关阅读:
    Manjaro19.0.2 electron-酸酸乳 无法添加订阅地址
    cnblogs美化技巧
    manjaro19.0.2+typora+PicGo
    剑指offer 面试题7.重建二叉树
    剑指offer 面试题6.从尾到头打印链表
    add sudo user
    tensorflow 禁用 gpu
    kill screen detached session
    git 修改远程仓库链接
    grub 分辨率修改
  • 原文地址:https://www.cnblogs.com/Yimi/p/5860378.html
Copyright © 2011-2022 走看看