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

网页制作不得不知道的几个技巧

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

用户体验的76个体验点小结

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

CSS使用技巧总结

页面重构技能-内容篇

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

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

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

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

精品推荐
分类导航