手机
当前位置:查字典教程网 >网页设计 >心得技巧 >用frameset实现复杂的页面布局技巧小结
用frameset实现复杂的页面布局技巧小结
摘要:frame_a.html官网百度

<html>

<>

<frameset rows="50%,50%">

<frame src="02图片标签.html" name="top">

<frameset cols="25%,75%">

<frame src="frame_a.html">

<frame src="02图片标签.html" name="right">

</frameset>

</frameset>

</html>

frame_a.html

<html>

<head></head>

<>

<body>

<a href="http://www.itheima.com" target="top">官网</a>

<a href="http://www.baidu.com" target="right">百度</a>

</body>

</html>

【用frameset实现复杂的页面布局技巧小结】相关文章:

防止别人另存为我的网页、仿制我的站点小技巧

晕倒:“用web2.0来制作符合标准的页面”

CSS使用技巧总结

黑白灰低调大气范的网页设计欣赏

把复杂的网站导航简单化

Bootstrap3.0学习笔记之页面布局

用js实现css3效果的圆角方法

网页设计经验和技巧总结

iframe在IE6下出现横向滚动条的解决方案

font-family 中文字体的英文名称小结

精品推荐
分类导航