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. Write Shell script crontab.sh #!/bin/bash step...
VMWare (Virtual Machine ware) is a "virtual ...
1. Single machine environment construction# 1.1 D...
Let's start with a description of the problem...
There are two ways to achieve read-only input: dis...
Table of contents 1. Default values for functio...
background Indexes are a double-edged sword. Whil...
Redis is an open source NoSQL database written in...
Description: Set a timer to replace the content of...
Recently, we need to perform a scheduled migratio...
Table of contents Preface Standard sfc writing me...
This article example shares the specific code of ...
>1 Start the database In the cmd command windo...
Index condition pushdown (ICP) is introduced in M...
1. Problem Description root@mysqldb 22:12: [xucl]...