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
1. Using Selenium in Linux 1. Install Chrome Inst...
Teaching Topics Web page Applicable grade Second ...
Table of contents 1. Some points to remember 1. V...
Preface Seeing the title, everyone should be thin...
MongoDB Installation Choose to install using Yum ...
I've been learning about stacking contexts re...
Vertical table Vertical table splitting means spl...
Find the problem Recently, I found a problem at w...
Table of contents 1. CentOS7+MySQL8.0, yum source...
First you need to install Vue-cli: npm install -g...
In addition to setting regulations for various ta...
This article mainly introduces the sample code of...
1. Create the backup.sh script file #!/bin/sh SOU...
Table of contents Two modules for using nginx for...
Table of contents The origin of JSBridge The bidi...