手机
当前位置:查字典教程网 >网页设计 >心得技巧 >用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实现复杂的页面布局技巧小结】相关文章:

设计好用、易用web应用程序的10个技巧

网站维护页面的列表制作技巧

编写Web前端代码的注意事项小结

网页设计中的表单设计技巧小结

网页设计经验和技巧总结

为什么要少用Iframe的几个原因分析

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

sitemesh教程-页面装饰技术原理及应用

网页设计心得:页面布局的简单规则

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

精品推荐
分类导航