This time I will bring you the parameters of iframe and what are the precautions for the parameters of iframe. The following is a practical case. Let’s take a look.
iframe src=”test.jsp” width=”100″ height=”50″ frameborder=”no” border=”0″ marginwidth=”0″ marginheight=”0″ scrolling=”no” allowtransparency=”yes”></iframe> <iframe runat="server" src="you page's url" width="750" height="30" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe>
runat="server" This is best to add Iframe jump asp.net can jump in the current iframe
src link to the address URl
frameborder whether to display the border (0 no border 1 with borders)
scrolling Whether there are scroll bars (yes with scroll bars, no no scroll bars)
allowtransparency Whether the background is transparent (yes transparent, no opaque)
iframe is not very commonly used in standard web pages Very rarely used. It is appropriate to interpret iframe as a "browser within a browser".
<iframe frameborder=0 width=170 height=100 marginheight=0 marginwidth=0 scrolling=no src="move-ad.htm"></iframe>
SRC=URI The page file path of the embedded cabinet rack
NAME=CDATA The name of the embedded cabinet rack
LONGDESC=URI Description
WIDTH=Length width
HEIGHT=Length height
ALIGN=[ top | middle | bottom | left | right ] Alignment method
FRAMEBORDER=[ 1 | 0 ] cabinet frame border
MARGINWIDTH=Pixels left and right width
MARGINHEIGHT=The height of the upper and lower vacancies of Pixels
SCROLLING=[ yes | no | auto ] flow bar (yes forced display|no never display|auto automatic)
The format of the Iframe tag is:
src: The path of the file, both But HTML files can also be text, ASP, etc.;
width, height: the width and height of the "internal frame" area;
scrolling: when the HTML file specified by SRC is not displayed in the specified area. , scrolling option, if set to NO, the scroll bar will not appear; if it is Auto: the scroll bar will appear automatically; if it is Yes, it will be displayed;
FrameBorder: The width of the area border, in order to make the "inner frame" and adjacent The contents are blended together and are often set to 0.
name: The name of the framework, used for identification.
<iframe border="3"></iframe>
Set the edge width around the frameboder
<iframe frameboder="0"></iframe>Set whether the border is 3-dimensional (0=No, 1=Yes)
height,width
<iframe height="31" width="88"></iframe>Set the width and height of the border
scrolling
<iframe scrolling="no"></iframe>Whether there is a scroll bar (yes, no, auto)
src
<iframe src="girl.gif"></iframe>Specify the file or image called by iframe (html, htm, gif, jpeg, jpg, png, txt,*.*)
A floating frame does not need to be declared as part of the frameset via the
The above is the detailed content of Various parameters of iframe. For more information, please follow other related articles on the PHP Chinese website!

To build a website with powerful functions and good user experience, HTML alone is not enough. The following technology is also required: JavaScript gives web page dynamic and interactiveness, and real-time changes are achieved by operating DOM. CSS is responsible for the style and layout of the web page to improve aesthetics and user experience. Modern frameworks and libraries such as React, Vue.js and Angular improve development efficiency and code organization structure.

Boolean attributes are special attributes in HTML that are activated without a value. 1. The Boolean attribute controls the behavior of the element by whether it exists or not, such as disabled disable the input box. 2.Their working principle is to change element behavior according to the existence of attributes when the browser parses. 3. The basic usage is to directly add attributes, and the advanced usage can be dynamically controlled through JavaScript. 4. Common mistakes are mistakenly thinking that values need to be set, and the correct writing method should be concise. 5. The best practice is to keep the code concise and use Boolean properties reasonably to optimize web page performance and user experience.

HTML code can be cleaner with online validators, integrated tools and automated processes. 1) Use W3CMarkupValidationService to verify HTML code online. 2) Install and configure HTMLHint extension in VisualStudioCode for real-time verification. 3) Use HTMLTidy to automatically verify and clean HTML files in the construction process.

HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Chinese version
Chinese version, very easy to use

Notepad++7.3.1
Easy-to-use and free code editor
