HTML中框架_悬浮框架的设置

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 2 <html xmlns="http://www.w3.org/1999/xhtml">
 3 <head>
 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 5 <title>HTML中框架_悬浮框架的设置</title>
 6 </head>
 7 <!--
 8 悬浮框架的设置:不需要将body标签去掉
 9     格式:<iframe>…</iframe>
10         属性名称   属性值     说明
11         height    像素/%     绝对/相对 高度
12         width     像素/%     绝对/相对 宽度
13      其余属性除了 noresize 外,其他都和 frameset 一样
14 -->
15 <body>
16 <table align="left" border="1" width="600" height="500" cellspacing="0">
17     <tr height="100">
18         <td colspan="2">标题</td>
19        
20     </tr>
21     
22     <tr>
23         <td width="100" valign="top" align="center">
24             <a href="HTML标记的语法格式.html" target="in">主页</a><br />
25             <a href="HTML表单框架.html" target="in">第一页</a><br />
26             <a href="HTML表单详解.html" target="in">第二页</a><br />
27             <a href="HTML的超链接格式和属性.html" target="in">第三页</a><br />
28             <a href="HTML最常用的控制标记.html" target="in">第四页</a><br />
29         </td>
30         
31         
32         <td>
33             <iframe width="100%" src="HTML标记的语法格式.html" name="in" frameborder="0">
34             
35             </iframe>
36         </td>
37     </tr>
38 
39 </table>
40 </body>
41 </html>

 

HTML中框架_悬浮框架的设置,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。