zoukankan      html  css  js  c++  java
  • HTML标签

    字体

       <p>test</p>
       <font color="red">test-font</font></br>
       <b>test-b</b></br>
       <i>test-i</i></br>

     

    <tr><td>

     <table border="1px" width="500px" height="300px" align="center" cellspacing="0px" cellpadding="0px">
           <tr>
             <td>11</td>         
             <td>13</td>
             <td>14</td>
           </tr>
           
           <tr>
             <td>21</td>
             <td colspan="2" rowspan="2" align="center">
                    <table border="1px" align="center" width="100%" height="100%">
                        <tr>
                           <td>11</td>
                           <td>12</td>
                           <td>13</td>
                        </tr>
                        <tr>
                           <td>11</td>
                           <td>12</td>
                           <td>13</td>
                        </tr>
                        <tr>
                           <td>11</td>
                           <td>12</td>
                           <td>13</td>
                        </tr>
                   </table>
             </td>
             <td>24</td>
           </tr>
           
           <tr>
             <td>31</td>
    
             <td rowspan="2">34</td>
           </tr>
           
           <tr>
             <td>41</td>
             <td>42</td>
             <td>43</td>
           </tr>
    
        </table>

     

  • 相关阅读:
    [BZOJ1303][CQOI2009]中位数图
    [BZOJ1192][HNOI2006]鬼谷子的钱袋
    9.5题解
    9.3题解
    9.2题解
    9.1题解
    8.29题解
    8.28题解
    8.23<2>题解
    8.23<1>题解
  • 原文地址:https://www.cnblogs.com/Jomini/p/9569464.html
Copyright © 2011-2022 走看看