<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>表格</title>
</head>
<body>
<ul type="disc">
<li>北京</li>
<li>南京</li>
<li>上海</li>
<li>广州</li>
</ul>
<ol type="1">
<li>北京</li>
<li>南京</li>
<li>上海</li>
<li>广州</li>
</ol>
<ol type="a">
<li>北京</li>
<li>南京</li>
<li>上海</li>
<li>广州</li>
</ol>
<ol type="A">
<li>北京</li>
<li>南京</li>
<li>上海</li>
<li>广州</li>
</ol>
<table align="center" border="2" bordercolor="#663399">
<tr>
<th>
<td>北京</td>
<td>上海</td>
<td>广州</td>
<td>武汉</td>
</th>
</tr>
</table>
<table align="center" border="2" bordercolor="#00CC66">
<tr>
<th>
<td>南京</td>
<td>宁波</td>
<td>长沙</td>
<td>兰州</td>
</th>
</tr>
</table>
<table align="center" border="2" bordercolor="#FF33CC">
<tr>
<th>
<td>深圳</td>
<td>杭州</td>
<td>厦门</td>
<td>苏州</td>
</th>
</tr>
</table>
<table align="center" border="2" bordercolor="#000033">
<tr>
<th>
<td>新疆</td>
<td>兰州</td>
<td>西安</td>
<td>福建</td>
</th>
</tr>
</table>
</body>
</html>
标签:Web,北京,表格,广州,南京,兰州,列表,上海 From: https://blog.51cto.com/u_15988249/6147354