首页 > 软件操作教程 > 编程开发 > HTML
题目内容

HTML 表格的表头

题目答案

html>

<body>


<h4>有表头的表格:</h4>

<table border="1">

<tr>

<th>姓名</th>

<th>电话</th>

<th>传真</th>

</tr>

<tr>

<td>Bill Gates</td>

<td>555 77 854</td>

<td>555 77 855</td>

</tr>

</table>


<h4>竖直方向的表头:</h4>

<table border="1">

<tr>

<th>姓名</th>

<td>Bill Gates</td>

</tr>

<tr>

<th>电话</th>

<td>555 77 854</td>

</tr>

<tr>

<th>传真</th>

<td>555 77 855</td>

</tr>

</table>


</body>

</html>

网友评论(共0条评论)

请自觉遵守互联网相关政策法规,评论内容只代表网友观点!

最新评论

点击加载更多评论>>

软件操作 新人注册送三重礼

已有 22658 名学员学习以下课程通过考试

相关视频试题

最需教育客户端 软件问题一手掌握

去 App Store 免费下载 iOS 客户端