Example of setting up and using the html floating frame (iframe loading html)

Example of setting up and using the html floating frame (iframe loading 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>Frame in HTML_Setting of floating frame</title>
</head>
<!--
Setting of floating frame: No need to remove the body tag format: <iframe>…</iframe>
Attribute Name Attribute Value Description
height pixels/% absolute/relative height
width pixels/% absolute/relative width Other attributes are the same as frameset except noresize
-->
<body>
<table align="left" border="1" width="600" height="500" cellspacing="0">
<tr height="100">
<td colspan="2">Title</td>

</tr>

<tr>
<td width="100" valign="top" align="center">
<a href="HTML tag syntax format.html" target="in">Homepage</a>
<a href="HTML form frame.html" target="in">First page</a>
<a href="HTML form detailed explanation.html" target="in">Page 2</a>
<a href="HTML hyperlink format and attributes.html" target="in">Page 3</a>
<a href="HTML's most commonly used control tags.html" target="in">Page 4</a>
</td>


<td>
<iframe width="100%" src="HTML tag syntax format.html" name="in" frameborder="0">

</iframe>
</td>
</tr></p> <p></table>
</body>
</html>

<<:  Analysis and opinions on the design of the product details description page on Taobao website (picture)

>>:  Implementation steps for docker deployment lnmp-wordpress

Recommend

How to modify the sources.list of Ubuntu 18.04 to Alibaba or Tsinghua mirror

1. Backup source list The default source of Ubunt...

HTML table tag tutorial (20): row background color attribute BGCOLOR

The BGCOLOR attribute can be used to set the back...

Vue uses canvas to realize image compression upload

This article shares the specific code of Vue usin...

Detailed tutorial for installing ElasticSearch:7.8.0 cluster with docker

ElasticSearch cluster supports動態請求的方式and靜態配置文件to ...

How to use glog log library in Linux environment

Generate Linux library The Linux version uses cen...

Detailed explanation of how to cleanly uninstall Docker

First, the server environment information: Reason...

In-depth explanation of currying of JS functions

Table of contents 1. Supplementary knowledge poin...

Summary of Mysql high performance optimization skills

Database Command Specification All database objec...

JavaScript design pattern learning adapter pattern

Table of contents Overview Code Implementation Su...

Teach you step by step to configure MySQL remote access

Preface When using the MySQL database, sometimes ...

Detailed explanation of Linux copy and paste in VMware virtual machine

1. Linux under VMware Workstation: 1. Update sour...

Remote development with VSCode and SSH

0. Why do we need remote development? When develo...

Summary of seven MySQL JOIN types

Before we begin, we create two tables to demonstr...

CSS to achieve dynamic secondary menu

Dynamically implement a simple secondary menu Whe...

js implements clock component based on canvas

Canvas has always been an indispensable tag eleme...