A frame is a web page screen divided into several frames (different windows correspond to different pages displayed in the form of several web pages), and multiple src addresses are obtained at the same time. All frame tags of the page need to be placed in a general HTML file. This file only records how the frame is divided and will not display any information, so there is no need to put in the <BODY> tag. To browse this frame, you must read this file instead of the files of other frames. <FRAMESET> is used to divide window frames. Each window frame is marked by a <FRAME> tag. <FRAME> must be used within the scope of <FRAMESET>. name="..." Defines the name of the frame scr="..." Defines the source of the content displayed in the frame frameborder="..." Defines the border between frames (0 or 1) margwidth="..." sets the spacing between the border of the frame and its contents margheight="..." sets the spacing between the border of the frame and its contents noresize="..." makes the frame size immutable scrolling="..." sets the scroll bar representation (auto, yes, no) rows="..." Set the number of rows cols="..." Set the number of columns onload="..." Internal event trigger when loading the document onunload="..." Internal event trigger when unloading the document SRC="a.html" Set the name of the web page file to be displayed in this frame. Each frame must correspond to a web page file. NAME="top" Set the name of this frame window, so that you can specify the frame to link to. It must be named arbitrarily. frameborder=0 Set the border of the frame. Its value is only 0 and 1. 0 means no border, and 1 means border. framespacing="6" Indicates the distance of the blank space reserved between frames. bordercolor="#008000" Sets the frame border color. scrolling="Auto" Set whether to display the scroll bar. YES means to display the scroll bar, NO means not to display the scroll bar at all, and AUTO depends on the situation. noresize This setting does not allow users to change the size of this frame. If this parameter is not set, users can drag the frame to change its size at will. marginhight=5 Indicates the space reserved at the edge of the frame's height portion. marginwidth=5 Indicates the space reserved at the edge of the frame width. noresize="no" does not allow dragging |
<<: How to set the style of ordered and unordered list items in CSS
>>: MySQL query method with multiple conditions
Introduction When writing SQL today, I encountere...
Table of contents 1. Introduction 1. Component da...
border-radius: CSS3 rounded corners Syntax: borde...
Table of contents First, let's briefly introd...
Currently implemented are basic usage, clearable,...
Here is a common one-click performance test scrip...
In my last post I talked about how to make a web p...
This article example shares the specific code of ...
Sorting query (order by) In e-commerce: We want t...
MySQL supports many types of tables (i.e. storage...
In this post, we’ll use the :placeholder-shown ps...
Table of contents 1. Introduction to Compose 2. C...
time(); function Function prototype: time_t time(...
Table of contents What is a mind map? How to draw...
Without further ado, let’s run the screenshot dir...