2-6.htm

来自「asp做的新闻系统」· HTM 代码 · 共 29 行

HTM
29
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>表格的建立</title>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body>
<table>
	<tr>
		<th>姓名</th>
		<th>地址</th>
		<th>电话</th>
	</tr>

	<tr>
		<td>彭丽刹</td>
		<td>新兴邮政25-30号信箱</td>
		<td>020-85712121</td>
	</tr>

	<tr>
		<td>章佳东</td>
		<td>广州市大学路1001号</td>
		<td>020-85726111</td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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