📄 s02_18.htm
字号:
<HTML><HEAD>
<TITLE>表格示例</TITLE></HEAD><BODY>
<TABLE border="1" cellpadding="0" cellspacing="0" bordercolor="#111111" width="60%">
<CAPTION>学生成绩表</CAPTION>
<TR>
<TH width="25%">学号</TH>
<TH width="25%">期中</TH>
<TH width="25%">期末</TH>
<TH width="25%">总评</TH>
</TR>
<TR>
<TD width="25%" align="center">20024401</TD>
<TD width="25%" align="center">80</TD>
<TD width="25%" align="center">90</TD>
<TD width="25%" align="center">85</TD>
</TR>
<TR>
<TD width="25%" align="center">20024402</TD>
<TD width="25%" align="center">70</TD>
<TD width="25%" align="center">80</TD>
<TD width="25%" align="center">75</TD>
</TR>
<TR>
<TD width="25%" align="center">备注</TD>
<TD width="75%" colspan="3">所有学生考核合格</TD>
</TR>
</TABLE>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -