zoukankan      html  css  js  c++  java
  • 1221作业

    <!DOCTYPE html>
        <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <title>作业20161221</title>
        </head>
        
        <body bgcolor="#000000" text="#FFFFFF"  topmargin="200px" leftmargin="200px" style="font-family:'微软雅黑'">
            <b><font size="6"><em>作   业</em></font> <font size="5">20161221</font></b>
            <br/>
            <br/>
            	<del>可以不完成</del>
                <p>One may fall in love with many people during the lifetime.</p>
                <p>When you finally get your own happiness,</p>
                <p>you will understand the previous sadness is kind of treasure,</p>
                <p>which makes you better to hold and cherish the people you love.</p>
                <strong>字体是:</strong>
                <br/>
                <u>微软雅黑</u>
            <br/>
            <br/>
            	<a href="#top"><img src="狗.gif" title="哈哈哈" height="100px" width="100px"></a>
            <br/>
            <img src="../狗.gif" alt="图裂了" height="100px" width="100px">
            <br/>
            <h2>要求:</h2>
            <br/>
                <ol type="A">
                    <li>独立完成</li>
                    <li>今天所讲的都要练一遍</li>
                    <li>做好博客的笔记</li>
                </ol>
            <h2>PS:</h2>
            <br/>
            	<ul type="square">
                	<li>注意有序/无序列表的使用</li>
                    <li>图片长宽都是100px,点击图片可以链接到网页顶端</li>
                    <li>要求完成度在70%以上</li>
                        <li>不会的可以<a href="http://www.baidu.com" target="_blank">
                        <font color="#660099">百度</font></a>(此链接在新页面中打开)</li>
                    <li>网页左边距和上边距为200px</li>
                    <li>鼠标移动到图片上显示“哈哈哈”</li>
                    <li>坏图上显示“图裂了”</li>
                </ul>
             <table width="400px" height="200px" border="2" cellpadding="2" cellspacing="2">
             	<tr>
                	<th>宽度/高度</th>
                    <th>对齐方式</th>
                    <th>背景颜色</th>
                    <th rowspan="2">合并单元格</th>
                </tr>
                <tr bgcolor="#999999" align="right" valign="bottom">
                	<td>400px/200px</td>
                    <td>靠右靠下</td>
                    <td>gray</td>
                </tr>
             </table>
        </body>
    </html>
    

      

  • 相关阅读:
    今天整理一下以前各博客网站上的文章
    转一篇详解Excel逻辑函数的文章
    Google中国的首页变化
    [转]在QuantumGrid4.5中手动添加数据
    [转]VISTA服务介绍
    Idiomatic Phrases Game zoj 2750 Dijkstra
    Fleury 求欧拉回路
    QS Network ZOJ 1586 Prim
    Burn the Linked Camp ZOJ 2770 差分约束系统 SPFA
    ZOJ 1092 POJ 2240 Arbitrage Floyd
  • 原文地址:https://www.cnblogs.com/gaobint/p/6211948.html
Copyright © 2011-2022 走看看