【发布时间】:2020-04-02 15:38:37
【问题描述】:
我有几个使用相同标题行的 HTML 表格。
<tr>
<th width = "70%">Heading 1</th>
<th width = "12%">Heading 2</th>
<th width = "9%"><img src='/images/img1.png' height=25 width=25></th>
<th width = "9%"><img src='/images/img2.png' height=25 width=25></th>
</tr>
有没有办法为可以跨多个表的用户创建可重复使用的标题模板?就像创建一个类并将其分配给
提前感谢您的任何指导。
【问题讨论】:
标签: html css templates html-table