用frameset实现复杂的页面布局技巧小结
(编辑:jimmy 日期: 2024/11/2 浏览:2)
复制代码代码如下:
<html>
<!--混合框架的布局:
要想实现复杂的页面布局,只需在<frameset>标签中在使用<frameset>标签,然后通过cols,rows属性进行设置就ok了-->
<frameset rows="50%,50%">
<frame src="/UploadFiles/2021-03-30/02图片标签.html"><frameset cols="25%,75%">
<frame src="frame_a.html"><frame src="02图片标签.html"></frameset>
</frameset>
</html>
frame_a.html
复制代码代码如下:
<html>
<head></head>
<!--a标签中target属性指向框架集合中的元素frame
target的值就是frame标签中name的值-->
<body>
<a href="http://www.itheima.com" target="top">官网</a>
<a href="http://www.baidu.com" target="right">百度</a>
</body>
</html>
几个月来,英特尔、微软、AMD和其它厂商都在共同推动“AI PC”的想法,朝着更多的AI功能迈进。在近日,英特尔在台北举行的开发者活动中,也宣布了关于AI PC加速计划、新的PC开发者计划和独立硬件供应商计划。
在此次发布会上,英特尔还发布了全新的全新的酷睿Ultra Meteor Lake NUC开发套件,以及联合微软等合作伙伴联合定义“AI PC”的定义标准。