欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

div浮动在页面底部

程序员文章站 2022-04-27 12:37:44
...
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> new document title>
  meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
  meta name="author" content="" />
  meta name="keywords" content="" />
  meta name="description" content="" />
  link rel="stylesheet" type="text/css" href="" />
  style type="text/css">style>
  script type="text/javascript">script>
 head>
 body>
     空山新雨后,天气晚来秋。明月松间照,清泉石上流。
     竹喧归浣女,莲动下渔舟。随意春芳歇,王孙自可留。
     空山新雨后,天气晚来秋。明月松间照,清泉石上流。
     竹喧归浣女,莲动下渔舟。随意春芳歇,王孙自可留。
     空山新雨后,天气晚来秋。明月松间照,清泉石上流。
     竹喧归浣女,莲动下渔舟。随意春芳歇,王孙自可留。

  div style="position:fixed ; bottom:0px;width:1002" >
  table  width="1002" height="53" align="center" bgcolor="#FF9900">
  tr>
     td>
        a href="company.asp" target="_self">关于我们a>|
        a href="intro.asp" target="_self">服务项目a>|
        a href="contact.asp" target="_self">联系方式a>|
        a href="feedback.asp" target="_self">信息反馈a>|
        a href="job.asp" target="_self">人才招聘a>
     td>
     td align="right">
         版权所有   Copyright(C)2010-2012 ....公司
     td>
  tr>
table>
div>
body>
html>

推荐阅读