码迷,mamicode.com
首页 > Web开发 > 详细

html表格练习

时间:2020-04-13 00:58:04      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:成绩   http   src   ali   ble   ros   lsp   表格   ttl   

2020-04-12  每日一例第34天

1.表格要求:

技术图片

 

 

 

 

2.代码:

 

 

 

 

<pre><html>
<head><!--标题语句-->
<tittle> 学生成绩</tittle><!--标题-->
</head>
<br />
<center>
<body><!--内容-->

 

<table border="1" height="200" width="300">
<thead>
<tr>
<th colspan="3" height="50" >学生成绩表</th>
</tr>
</thead>

 

<tbody>
<tr>
<td align="center" width="100">英语</td>
<td align="center" width="100">数学</td>
<td align="center" width="100" >语文</td>
</tr>
<tr>
<td align="center" width="100" >100</td>
<td align="center" width="100">95</td>
<td align="center" width="100">85</td>
</tr>
</tbody>
</table>

 

</body></br color="blue";size="7">
</center>
</html></pre>

 

 

 

html表格练习

标签:成绩   http   src   ali   ble   ros   lsp   表格   ttl   

原文地址:https://www.cnblogs.com/ljs7490/p/12688782.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!