zoukankan      html  css  js  c++  java
  • home page

    <%@ page language="java" contentType="text/html; charset=UTF-8"
        pageEncoding="UTF-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Insert title here</title>
    <style type="text/css">
    	#top {
    		 950px;
    		background-color: #a02;
    		color: #fff;
    		height: 28px;
    		margin-top: 2px;
    	}
    	#top li{
    		list-style: none;
    		float: left;
    		margin-right:20px;
    	}
    	#content {
    		 950px;
    		background: url(../images/menubg.gif);
    		margin-top: 2px;
    	}
    	#content #left{
    		 209px;
    		float: left;
    		margin-top: 4px;
    		background: #FFD;
    		border: 1px solid #CCC;
    	}
    	#content #right{
    		 734px;
    		background: #DFF;
    		float: right;
    		margin-top: 4px;
    	}
    	#foot {
    		 950px;
    		background: url(../images/menubg.gif);
    		margin-top: 2px;
    	}
    </style>
    </head>
    <body>
     <div style="950px">
      <div id="top">
       <ul>
        <li>Menu1</li>
        <li>Menu2</li>
        <li>Menu3</li>
        <li>Menu4</li>
        <li>Menu5</li>
        <li>Menu6</li>
       </ul>
      </div>
      <div id="content">
       <div id="left">
        <p>content1</p>
        <p>content1</p>
        <p>content1</p>
        <p>content1</p>
        <p>content1</p>
       </div>
       <div id="right">
        <p>content1</p>
        <p>content1</p>
        <p>content1</p>
        <p>content1</p>
        <p>content1</p>
       </div>
      </div>
      <div id="foot">
       <p id="cp">©2013 China <a href="/duty/">使用前必读</a> <a href="http://www.miibeian.gov.cn" target="_blank">京ICP证XXX号</a> <img src="a.gif"></p>
      </div>
     </div>
    </body>
    </html>
    

      

  • 相关阅读:
    DTN相关研究机构介绍之Comnet@tkk
    Contact
    MyEclips注册码生成
    对list排序,按名字排,如果名字一样就按年龄排
    在JSP页面中获取当前日期时间
    javascript全局变量怎么定义?
    理解了java一次编译多处运行的意思了
    HTML <td> 标签的 nowrap 属性
    <! >
    java.io.File中的绝对路径和相对路径.
  • 原文地址:https://www.cnblogs.com/xzs603/p/3021352.html
Copyright © 2011-2022 走看看