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. Installation 1. Download MySQL Download addres...
Solution to Host 'xxxx' is not allowed to...
1. The difference between Http and Https HTTP: It...
Table of contents 1. Introduction 2. Direct recov...
Xiaobai records the installation of vmtools: 1. S...
In the MySQL database, when we need fuzzy query, ...
Previous episode review: Yesterday we talked abou...
Method 1: MySQL provides a command line parameter...
Table of contents Preface Project Design rear end...
Copy code The code is as follows: <html> &l...
In relational databases, pessimistic locking and ...
Method 1 Copy code The code is as follows: documen...
Preface The string types of MySQL database are CH...
Today's screen resolutions range from as smal...
1. CSS3 triangle continues to zoom in special eff...