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>
    
       
  • 相关阅读:
    iOS开发数据库篇—FMDB简单介绍
    SQLite简单介绍
    iOS页面间传值的方式(Delegate/NSNotification/Block/NSUserDefault/单例)
    使用Block在两个界面之间传值
    ios NSURLSession使用说明及后台工作流程分析
    iOS archiveRootObject 归档失败问题
    iOS开发UI篇—ios应用数据存储方式(归档)
    iOS archive(归档)
    CoreData数据库升级
    iOS开发过程中使用Core Data应避免的十个错误
  • 原文地址:https://www.cnblogs.com/jc535201285/p/6208543.html
Copyright © 2011-2022 走看看