zoukankan      html  css  js  c++  java
  • 实战网页布局

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <title>实战网页布局</title>
    </head>
    <body topmargin="0" leftmargin="0">
    <table border="1" width="960" align="center" cellspacing="0" cellpadding="0">
    <tr height ="90" bgcolor="red" align="center"><td><font size="6" color="white"><b>网页的头部</b></font></td></tr>
    <tr height ="450">
    <td>
    <table bgcolor="yellow" height ="450" width="30%" align="left">
    <tr align="center">
    <td><font size="6" color="white"><b>
    网页的左部份
    </b></font></td>
    </tr>
    </table>
    <table bgcolor="green" height ="450" width="70%" align="left">
    <tr align="center">
    <td><font size="6" color="white"><b>
    网页的右部份
    </b></font></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr height ="90" bgcolor="red" align="center"><td><font size="6" color="white"><b>网页的底部</b></font></td></tr>
    </table>
    </body>
    </html>
  • 相关阅读:
    0909 作业
    20190909 pycharm快捷键与变量
    20190906 计算机基础
    0905 计算机组成原理
    day 08 作业
    20190902 函数
    20190827 文件操作
    获取多段线上圆弧的中心点 半径
    读取ini配置文件
    CStatic设置位图
  • 原文地址:https://www.cnblogs.com/lzp1103/p/7811840.html
Copyright © 2011-2022 走看看