Blogger Information
Blog 22
fans 0
comment 0
visits 11500
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
图 链接 列表
没耐心的渔翁
Original
491 people have browsed it

图片

这是一张图

链接

百度

列表

无需列表

  • 第一行
  • 第二行
  • 第三行
    代码:
    1. <ul>
    2. <li>Coffee</li>
    3. <li>Milk</li>
    4. </ul>

    有序列表

  1. 第一行
  2. 第二行
  3. 第三行
    代码:
    1. <dl>
    2. <dt>Coffee</dt>
    3. <dd>- black hot drink</dd>
    4. <dt>Milk</dt>
    5. <dd>- white cold drink</dd>
    6. </dl>

    课程表

    代码:
    ```
    <!DOCTYPE html>

    <html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>

<body>



<table border="1px;" cellpadding="0" cellspacing="0" style="width: 400px; height: 200px;" bordercolor="blue">
<caption>
课程表
</caption>
<tr>
<td>时间</td>
<td>周一</td>
<td>周二</td>
<td>周三</td>
<td>周四</td>
<td>周五</td>
<td>周六</td>

<td>周日</td>

</tr>

<tr>
<td rowspan="4">上午</td>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>

</tr>
<tr>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>

</tr>
<tr>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>

</tr>
<tr>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>

</tr>
<tr>
<td colspan="8">                      中午休息</td>
</tr>
<tr>
<td rowspan="4">下午</td>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>
</tr>
<tr>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>
</tr>

<tr>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>
</tr>

<tr>
<td>数学</td>
<td>语文</td>
<td>英文</td>
<td>法务</td>
<td>道德</td>
<td>自然</td>
<td>前端</td>
</tr>

<tr>
<td>备注</td>
<td colspan="7">下课17:00到18:00为吹牛逼</td>
</tr>





</table>

</div>
</body>

</html>
```

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post