需求:

<html>
<head>
<title>简单的表格网页布局</title>
<meta charset="UTF-8">
</head>
<body topmargin="0">
<table width="960px" align="center" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="red" height="90" align="center"><td><font color="white" size="6"><b>网页头部</b></font></td></tr>
<tr bgcolor="green">
<td width="100%">
<table height="500" border="0" bgcolor="yellow" width="30%" align="left">
<tr><td align="center"><font color="white" size="6"><b>网页左部</b></font></td></tr>
</table>
<table height="500" border="0" bgcolor="#f60" width="70%">
<tr><td align="center"><font color="white" size="6"><b>网页右部</b></font></td></tr>
</table>
</td>
</tr>
<tr bgcolor="red" height="90" align="center"><td><font color="white" size="6"><b>网页低部</b></font></td></tr>
</table>
</body>
</html>

最新文章

  1. FineUI官方论坛出现空白页的解决办法!
  2. 我们为什么要学习Java
  3. 读javascript高级程序设计05-面向对象之创建对象
  4. Ubuntu遇到Please ensure that adb is correctly located at &#39;...adb.exe&#39; and can be executed 问题解决方法
  5. PHP中对数据库操作的封装
  6. redis的发布订阅模式
  7. classpath、path、JAVA_HOME的作用及JAVA环境变量配置
  8. 【Quick 3.3】资源脚本加密及热更新(二)资源加密
  9. linux一键安装vncserver脚本
  10. maven_基本配置
  11. 2017-12-30-如何彻底清除现存GIT仓库的大量提交历史
  12. BZOJ1565 植物大战僵尸 题解
  13. Linux 删除目录与文件
  14. cumprod、prod函数
  15. 【kindle笔记】之 《恶意》-2018-4-20
  16. Nginx中配置undertow进行两个项目的动静分离配置
  17. layui 文字滚动
  18. nginx的负载均衡配置,常用策略
  19. jsp&amp;el&amp;jstl mvc和三层架构
  20. ekho安装及测试(中文文字转语音)

热门文章

  1. codeforces C. New Year Ratings Change 解题报告
  2. html5--3.4 input元素(3)
  3. python学习笔记:第三天(数字)
  4. JAVA 内部类 (三)实例
  5. kafka之三:kafka java 生产消费程序demo示例
  6. Jasper:API / API 策略和最佳做法
  7. 十、外键约束FK(foreign key)
  8. Struts文件上传下载
  9. android实例3:拖动条
  10. TimeUtils(没试过)