HTML代码,这个框架该怎么写

来源:百度知道 编辑:UC知道 时间:2024/05/26 03:43:01

<div class="h" style="background-color:#000000;float:left; width:400px; height:200px;"></div>
<div class="h" style="background-color:#000000; float:left; width:400px; height:200px; margin-left:10px;"></div>
<div class="h" style="background-color:#000000; float:left; width:810px; height:200px; "></div>

先分为上下两个框架,然后再在上面那个框架中分成左右两个。

<frameset rows="50%,50%">
<frameset cols="33%,*">
<frame>
<frame>
</frameset>
<frame>
</frameset>