framest

<pre name="code" class="html"><html>
<!--列排-->
<frameset cols="25%,50%,25%">
  <frame src="XX.html">
</frameset>
</html>
 
 
<html>
<!--竖排-->
<frameset rows="25%,50%,25%">
  <frame src="XX.html">
</frameset>
</htm
<!--内联框架-->
<iframe src="http://baidu.com" align="middle" frameborder="2"	height="100" width="200px" marginheight="10px"	marginwidth="100px" scrolling="auto/yes/no" >
	frameborder-  是否有边框线1/0;
	scrolling- 右侧拉条:yes-有,无- no,自动- auto;
</iframe>
 
 
 
 

你可能感兴趣的:(framest)