嗨,我正在为方形框编写 html 代码,我需要 4 个单元格,在 4 个单元格中,我需要再划分 4 个部分,只是它对我来说破坏了其他部分:
<html>
<head>
<title>This page is Mohan</title>
</head>
<center>
<table>
<tr>
<td>
<div style="width:250px;height:250px;border:1px solid #0000FF;"><br>
<div align:"left"="" style="width:80px;height:80px;border:1px solid #0000FF;"></div><br><br>
<div align:"right" style="width:80px;height:80px;border:1px solid #0000FF;"></div><br>
<div align:"right" style="width:80px;height:80px;border:1px sloid #0000FF;"></div>
</div>
</td>
</tr>
</center>
</table>
</html>
拜托,你能帮我解决这个问题吗?我还是个学习者。这仅在html页面中,无法实现。我已经尝试了3个多小时。