table.htm

来自「Delphi快速开发Web Server」· HTM 代码 · 共 10 行

HTM
10
字号
<table width="60%"  border="1" cellspacing="0" cellpadding="0">
  <caption align="left"><%caption%></caption>
  <tr>
    <th width="33%" align="left" nowrap scope="col">&nbsp;</th>
    <th width="33%" scope="col">Total Pageviews </th>
    <th width="33%" scope="col">Unique Pageviews </th>
  </tr>
  <%table_row%>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?