<tr> < d align= center>< font face=隶书size=5>如烟往事 </td> </t <tr> < td align= center>< font face=隶书size=5>牧歌唱晚</font> <table> </body> </html> 2htm代码如下 <html> <body bgcolor=#coffee> <center><img src=0244 jpg" border=l width=280"height=400"></center> </body> </html ahtm代码如下: <html> <frameset cols=50% <frame src=l. htm name=top <frame src=2. htm name=bottom> </frameset>
<tr> <td align=center><font face=隶书size=5>如烟往事 </td> </tr> <tr> <td align=center><font face=隶书size=5>牧歌唱晚</font> </td> </tr> </table> </body> </html> 2.htm代码如下: <html> <body bgcolor=#00ffee> <center><img src="0244.jpg" border=1 width="280" height="400"></center> </body> </html> aa.htm代码如下: <html> <frameset cols=50%> <frame src=1.htm name=top> <frame src=2.htm name=bottom> </frameset> </html>
框架标志配合使用的属性 1.< frameset>标志中的配合使用属性: (1) namespacing设定框架边框线的宽度 (2) frameborder:设定是否显示框线 frameborder=0不显示框线; frameborder=1时显示框线; (3) bordercolor:设定框线颜色 2.< frame>标志中配合使用的属性 (1) scrolling设定是否显示滚动条 scrolling=auto需要自动出现 scrolling=yes始终出现 scrolling=no从不出现 (2) noresize:设定是否允许调整窗口大小 (3) marginwidth:框架内网页内容与边缘的空白区宽度 (4) marginheight框架内网页内容与边缘的空白区的高度
二、框架标志配合使用的属性 1.<frameset>标志中的配合使用属性: (1)framespacing: 设定框架边框线的宽度 (2)frameborder: 设定是否显示框线 frameborder=0 不显示框线;frameborder=1时显示框线; (3) bordercolor: 设定框线颜色 2.<frame>标志中配合使用的属性 (1) scrolling: 设定是否显示滚动条 scrolling=auto 需要自动出现 scrolling=yes 始终出现 scrolling=no 从不出现 (2) noresize: 设定是否允许调整窗口大小 (3) marginwidth: 框架内网页内容与边缘的空白区宽度 (4) marginheight: 框架内网页内容与边缘的空白区的高度