这个HTML table里面那个table怎么弄啊。
发布网友
发布时间:2022-04-21 22:23
我来回答
共2个回答
热心网友
时间:2022-04-21 23:52
<table width="600" height="300" border="0">
<tr>
<td width="300" height="300" style="background-color:#C24AA1; text-align:center;">
300*300
</td>
<td width="300" height="300">
<table width="300" border="0" style="background-color:#6CBB3E; text-align:center; font-size:10px;">
<tr>
<td height="150" width="150" style="background-color:#9F0;">
150*150
</td>
<td height="150" width="150">
<table width="150" border="0" style="font-size:10px; text-align:center;">
<tr>
<td height="75" width="75" style="background-color:#F00;">
75*75
</td>
<td height="75" width="75">
75*75
</td>
</tr>
<tr>
<td height="75" width="75">
75*75
</td>
<td height="75" width="75" style="background-color:#F00;">
75*75
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="150" width="150" style="background-color:#F00;">
150*150
</td>
<td height="150" width="150" style="background-color:#F0F;">
150*150
</td>
</tr>
</table>
</td>
</tr>
</table>
具体尺寸自己改,给你方法就行,方法如下:
一个大的表格,嵌套小的表格,小的表格再嵌套更小的表格!
解决请采纳!
热心网友
时间:2022-04-22 01:10
哪个你也不说清楚,也不知道你在布什么局,总之在网页里面不建议使用table来布局,影响搜索引擎收录,table一般使用在后台,后台不需要搜索引擎收录追问老师布置的作业, 我想知道的是紫色那个的table怎么弄.