zoukankan      html  css  js  c++  java
  • edu_6_4_1

    <!DOCTYPE html>
    <html>
    	<head>
    		<meta charset="utf-8">
    		<title>图像与多媒体文件应用</title>
    		<style type="text/css">
    			ul{list-style-type: none;}
    			li{display: inline;margin: 0px 10px;}
    			marquee{clear: both;}
    			p{text-indent: 2em;}
    			#div1{background: #99ffcc;height: 60px;padding: 10px 50px;margin: 0 auto;}
    			img{float: left;margin-left: 50px;}
    			#ul1{float: left;margin-left: 50px;}
    			#ul1 li{ 100px;}
    			#div2{background: #00cc00;height: 500px;}
    		</style>
    	</head>
    	<body>
    		<div id="div1" class="">
    			<img src="../stuff/h3clogo.png" alt=""/>
    			<ul id="ul1">
    				<li><a href="">产品技术</a></li>
    				<li><a href="">解决方案</a></li>
    				<li><a href="">服务支持</a></li>
    				<li><a href="">培训认证</a></li>
    				<li><a href="">合作伙伴</a></li>
    				<li><a href="">关于我们</a></li>
    			</ul>
    		</div>
    		<div id="div2" class="">
    			<ul>
    				<li><img src="../stuff/h3ccloud.jpg" width="300" height="230" border="0" alt=""/></li>
    				<li><embed src="../stuff/h3c_newit1.swf" loop="true" autostart="true" width="400" height="300"></embed> </li>
    			</ul>
    			<marquee behavior="alternate" direction="up" height="100px" scrolldelay="500" bgcolor="#ffffff">
    				<p>
    					云彩虹(Cloud Rainbow)的解决方案提供在上、下级两级云资源管理平台的相互备份、
    					资源扩展与业务快速部署,可以打破IT资源与业务只能本地部署的局限性。
    				</p>
    			</marquee>
    			<hr color="red"/>
    			<p align="center">杭州华三通信技术有限公司. 保留一切权利.浙ICP备09064986号</p>
    		</div>
    	</body>
    </html>
    

      

  • 相关阅读:
    python文件处理
    pycharm基础
    lvs集群DR模式,负载均衡
    JSP动作元素<jsp:include>和<jsp:param>的搭配使用
    Mybatis的动态SQL讲解
    hibernate多对多查询
    Hibernate配置文件与映射文件详解
    maven的不同版本下载及环境配置
    二级联动,例:根据省份选择市区
    关于JSP页面的静态包含和动态包含
  • 原文地址:https://www.cnblogs.com/mjn1/p/11609450.html
Copyright © 2011-2022 走看看