一个网页有时候总是会有表格的,所以,制作表格的技能我们当然是要get的。首先,先来表格的标签属性吧:
表格标签属性
标签
|
描述
|
定义表格
|
|
定义表格标题
|
|
|
定义表格中的表头单元格
|
|
定义表格中的行
|
|
|
定义表格中的单元
|
定义表格中的表头内容
|
| |
定义表格中的主体内容
|
|
定义表格中的一个或多个列的属性
|
|
定义表格中的表注内容(脚注)
|
|
定义表格中供格式化的列组
|
下面,就先来一组代码:
<pre class="prettyprint linenums lang-html">
<meta charset="UTF-8"></meta>
<title>Document</title>
效果图:
一张简单的表格就做好了。接下来就来讲一些比较复杂的表格:
<pre class="prettyprint linenums lang-html">
<meta charset="UTF-8"></meta>
<title>Document</title>
维修项目增补单
| 工单号 | 001 | 车牌号 | 浙D3378 | 车型 | 奥迪A8 | 技师 | 张三 | 检修时间 | 2015-3-27 |
| 序号 | 维修项目及更换配件 | 单价 | 数量 | 小计 | 工时费 | 合计 | 故障原因 |
| 1 | | | | | | | |
| 2 | | | | | | | |
| 3 | | | | | | | |
| 备件费用小计: | 工时费用小计: | 合计: |
效果图:
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/sublimetext2-html-tables/4243.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.
|