Example of using nested html pages (frameset usage)

Example of using nested html pages (frameset usage)


Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Nesting of frames in HTML</title>
</head>
<!--
framespacing="2": Change the size of the gap between the two windows
scrolling="yes": Set whether there is a scroll bar, set in the corresponding frame tag
-->
<frameset rows="10%,*" frameborder="0" framespacing="10">
<frame src="HTML frame nested top.html" noresize="noresize" scrolling="yes"/>
<frameset cols="20%,*">
<frame src="HTML frame nested left.html" noresize="noresize"/>
<frame src="HTML frame nesting right1.html" name="right1"/>
</frameset>
</frameset><noframes></noframes>
</html>


Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head></p> <p><body>
<img src="../../imgs/tingyingyue.png" width="1000" align="bottom"/>
</body>
</html>


Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head></p> <p><body bgcolor="#FFFF99">
<a href="HTML in the frame nesting right1.html" target="right1">Blue and White Porcelain</a>
<a href="HTML frame nesting right2.html" target="right1">Soldiers</a>
</body>
</html>


Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head></p> <p><body bgcolor="#99FF99">
1. Contents room gold card Dangshan tornado Karadeski paid Satan points card tie knot hair asdfjlkasdjflkads
fasdjklfjklasdjfklasdjfklasdjfklasdjklFake resistance Judicial Bureau Akali spoils the view Karas's weight loss Sakura points Karas's points Karas's brother-in-law has a big flood Card points Lux's
</body>
</html>


Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head></p> <p><body bgcolor="#99FF99">
2. Contents: Wind Blade, Frost Sword, Akufang, Lhasa as soon as possible, etc., holiday, Karas, BOE, leaving home, Adasa, Crazy Lhasa's points, Kaladin, progressive, Crazy Lhasa, Extremely Crazy Lhasa, Short Hair, Stunning Gambling Princess, Carrageenan, Soda, Green Coffee<br/>
fdasklfjklasdjfkdlas Giza Considering the holiday, Christopher Jin Kela is a big spoiler
</body>
</html>

<<:  Web Design Experience: 5 Excellent Web Design Concepts Full Analysis (Pictures)

>>:  How to solve the phantom read problem in MySQL

Recommend

Detailed instructions for installing mysql5.7 database under centos7.2

The mysql on the server is installed with version...

How to connect to virtual machine MySQL using VScode in window environment

1. Virtual Machine Side 1. Find the mysql configu...

js+css to realize three-level navigation menu

This article example shares the specific code of ...

HTML form tag usage learning tutorial

Forms in HTML can be used to collect various type...

A useful mobile scrolling plugin BetterScroll

Table of contents Make scrolling smoother BetterS...

Tutorial on installing MySQL 8.0.11 using RPM on Linux (CentOS7)

Table of contents 1. Installation preparation 1. ...

960 Grid System Basic Principles and Usage

Of course, there are many people who hold the oppo...

A brief discussion on four solutions for Vue single page SEO

Table of contents 1.Nuxt server-side rendering ap...

Modify file permissions (ownership) under Linux

Linux and Unix are multi-user operating systems, ...

Quickly solve the Chinese input method problem under Linux

Background: I'm working on asset reporting re...

Best Practices for Implementing Simple Jira Projects with React+TS

A set of projects for training react+ts Although ...

How to change the password of mysql5.7.20 under linux CentOS 7.4

After MySQL was upgraded to version 5.7, its secu...

In-depth explanation of the global status of WeChat applet

Preface In WeChat applet, you can use globalData ...