标签:url ext name 新窗口 输入 居中 row amp 常用
css:
<style type="text/css">
h2 {color:red}
</style>
<br />折行 <hr />水平线
<frameset cols="25%,50%,25%">
<frame src="/example/html/frame_a.html">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
</frameset>
水平则将cols改为rows.
混合则为两<frameset cols="25%","75%">
<frameset rows="50%","50%">
以两</frameset>结束
标签:url ext name 新窗口 输入 居中 row amp 常用
原文地址:https://www.cnblogs.com/mayunji/p/8981916.html