zoukankan      html  css  js  c++  java
  • 简易表格代码

    <!DOCTYPE html>
    
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <title>作业</title>
        </head>
    <body bgcolor="#000000" text="#FFFFFF" topmargin="200" leftmargin="200">
        <h1><i><strong>作&nbsp;业</strong></i> <sub>20161221</sub><h1>
        <p><del>可以不完成</del></p>
    <p>One may fall in love with mang people during the lifetime.</p>
    <p>when you finally get your own happeniss,</p>
    <p>you will understand the previous sadnnes is kind of treasure,</p>
    <p>which makes you better to hold and cherishthe people you love.</p>
    <p>字体是:<br><u><font face="华文行楷">华文行楷</font></u></p>
        <br>
        <a href="#top"><img src="QQ图片20161221101251.gif" width="100" height="100" title="哈哈哈" alt="图裂了"></a>
         <br>
         <br>
         <b>要求:</b>
         <br>
         <br>
         <ol type="A">
             <li>独立完成</li>
            <li>今天所讲的都要练一遍</li>
            <li>做好博客笔记</li>
    </ol>
        <strong>PS:</strong>
          <p><ul type="square">
    <li>注意有序无序列表的使用</li>
                <li>图片长宽都是100,点击图片可以链接到网页顶端</li>
                <li>要求完成度在70%以上</li>
                <li>不会的可以<a href="http://www.baidu.com" target="_blank">百度</a></li>
                <li>网页左边距和上边距为200px</li>
                <li>鼠标移动到图片上显示“哈哈哈”</li>
                <li>坏图上显示“图裂了”</li> 
                <br>
                <font face="华文行楷"><table width="400px" height="200px" bgcolor="#000000" border="1">
                    <tr align="center">
                        <th width="100">宽度/高度</th>
                        <th width="100">对齐方式</th>
                        <th width="100">背景颜色</th>
                        <td rowspan="2">合并单元格</td>
                                        </tr>
                  <tr bgcolor="gray" align="right" valign="bottom">
                        <td>400px/200px</td>
                        <td>靠右/靠下</td>
                        <td>gray</td>
                        
                                     </tr>
                                       </table>
                                               </font>
    </body>
    </html>
    
       
  • 相关阅读:
    python json 和 pickle的补充 hashlib configparser logging
    go 流程语句 if goto for swich
    go array slice map make new操作
    go 基础
    块级元素 行内元素 空元素
    咽炎就医用药(慢性肥厚性咽炎)
    春季感冒是风寒还是风热(转的文章)
    秋季感冒 咳嗽 怎么选药
    解决IE浏览器“无法显示此网页”的问题
    常用的 css 样式 记录
  • 原文地址:https://www.cnblogs.com/jc535201285/p/6208543.html
Copyright © 2011-2022 走看看