【heml】用记事本制作一个HEML表格文件用记事本制作一个HEML...

发布时间:2021-03-24 22:42:12

【heml】用记事本制作一个HEML表格文件用记事本制作一个HEML...

网友回答

【答案】 是HTML,谢谢
   <html>
   <head>
   <title>学生考试成绩表</title>
   </head>
   <body>
   </table>
   <h4 align=center><font color=blue><b><i>学生考试成绩表</i></b></font>【只要/font就好】【b和i嵌套错误】【最好用css来写这个样式,具体见下面】</h4>
   <table align=center border=1 bordercolor=red width=320 height=75【注意分清html与css的区别,而且无论哪里(除了脚本)都不用“==”】>
   <tr height=16>
   <td colspan=5 align=center style=font-size:12px;><span style=font-style:italic;font-weight:bold;color:blue;>学生考试成绩表</span>【这样的】</td>
   </tr>
  
   <tr height=16>
   <td align=center style=width:60px;>序号</td>
   <td align=center style=width:60px;>姓名</td>
   <td align=center style=width:60px;>语文</td>
   <td align=center style=width:60px;>数学</td>
   <td align=center style=width:80px;>备注</td>
   </tr>
  
  <tr height=16>
   <td align=center style=width:60px;>1</td>
   <td align=center style=width:60px;>张三</td>
   <td align=center style=width:60px;>11</td>
   <td align=center style=width:60px;>22</td>
   <td align=center style=width:80px;><a href=shuoming.htm>查看说明</a></td>
   </tr>
  
  <tr height=16>
   <td align=center style=width:60px;>2</td>
   <td align=center style=width:60px;>李四</td>
   <td align=center style=width:60px;>22</td>
   <td align=center style=width:60px;>33</td>
   <td align=center style=width:80px;> </td>
   </tr>
  
  </table>
   </body>
   </html>
   就是这样了,大约,因为我看不到效果图
   还有,你那个题目是电脑判卷还是人工的?
   如果是电脑判的话,我怀疑这种垃圾考试系统能否看得懂这个……
以上问题属网友观点,不代表本站立场,仅供参考!