代碼如下:
<!doctype html public -//w3c//dtd xhtml 1.0 transitional//en <a href=http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd</a>>
<html xmlns=<a href=http://www.w3.org/1999/xhtml>http://www.w3.org/1999/xhtml</a>>
<head>
<meta http-equiv=content-type content=text/html; charset=utf-8 />
<title>html中框架_懸浮框架的設(shè)置</title>
</head>
<!--
懸浮框架的設(shè)置:不需要將body標(biāo)簽去掉
格式:<iframe>…</iframe>
屬性名稱 屬性值 說明
height 像素/% 絕對(duì)/相對(duì) 高度
width 像素/% 絕對(duì)/相對(duì) 寬度
其余屬性除了 noresize 外,其他都和 frameset 一樣
-->
<body>
<table align=left border=1 width=600 height=500 cellspacing=0>
<tr height=100>
<td colspan=2>標(biāo)題</td>
</tr>
<tr>
<td width=100 valign=top align=center>
<a href=html標(biāo)記的語法格式.html target=in>主頁</a>
<a href=html表單框架.html target=in>第一頁</a>
<a href=html表單詳解.html target=in>第二頁</a>
<a href=html的超鏈接格式和屬性.html target=in>第三頁</a>
<a href=html最常用的控制標(biāo)記.html target=in>第四頁</a>
</td>
<td>
<iframe width=100% src=html標(biāo)記的語法格式.html name=in frameborder=0>
</iframe>
</td>
</tr></p> <p></table>
</body>
</html>