• 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>
    

      

  • 相关阅读:
    Cuckoo for Hashing_双哈希表
    nyoj113_字符串替换
    nyoj366_D的小L_字典序_全排列
    二叉树的前序 中序 后序 遍历(递归/非递归)
    Java 学习路线
    leetcode 04 Median of Two Sorted Arrays
    ThreadLocal 的机制与内存泄漏
    try finally 执行顺序问题
    Java中的类加载器
    快速理解Java中的七种单例模式
  • 原文地址:https://www.cnblogs.com/mjn1/p/11609450.html
Copyright © 2020-2023  润新知