做一个html网页

来源:百度知道 编辑:UC知道 时间:2024/09/24 14:29:18
按图片上样式做,空的地方我自己加内容,

<html>
<head>
<title>测试</title>
<style type="text/css">
table
{
border-collapse:collapse;
}
</style>
</head>
<body>
<form>
<table border="1" width="100%" height="100%" >
<tr height="30%">
<td>1</td>
</tr>
<tr>
<td>
<table width="100%" height="100%">
<tr>
<td>
<table border="1" width="100%" height="100%">
<tr>
<td>0</td>
</tr>
<tr>
<td>1</td>
</tr>
<tr>
<td>2</td>
</tr>