Copy code The code is as follows:<html> <!--Mixed frame layout: To achieve complex page layout, just use the <frameset> tag in the <frameset> tag, and then set it through the cols and rows attributes. <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 Copy code The code is as follows:<html> <head></head> <!--The target attribute in the a tag points to the element frame in the frame collection The value of target is the value of name in the frame tag --> <body> <a href="http://www.itheima.com" target="top">Official website</a> <a href="http://www.baidu.com" target="right">Baidu</a> </body> </html> |
<<: Implementation of CSS circular hollowing (coupon background image)
>>: Use ab tool to perform API stress test on the server
First and foremost, I am a web designer. To be mor...
There were always problems when installing tortoi...
Table of contents Introduction Traditional transi...
This article shares the specific code of JS to ac...
This article example shares the specific code of ...
Table of contents 1. What is currying 2. Uses of ...
If you want to understand React Router, you shoul...
The steps are as follows 1. Create a docker group...
Mininet Mininet is a lightweight software defined...
1 Introduction In the article "Start Postgre...
This article example shares the specific code of ...
Installed Docker V1.13.1 on centos7.3 using yum B...
The background color of the table can be set thro...
In order to centrally manage the images we create...
Table of contents Project Background Improvement ...