Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML5 <frame> tag (abandoned)


May 03, 2021 HTML5


Table of contents


Definitions and usages

The label defines sub-windows (frames).

Because of the negative impact of the label on web page availability, the label is not supported in HTML 5. However, you can learn how to use the label in the "HTML slt;frame sgt; tag" section of this site!

Property

src

This property specifies the document presented by the frame.
name
This property is used to label frames. If there are no labels, all links open in the frame in which they are located.
noresize
This property prevents the user from changing the size of the frame.
scrolling
This property defines the existence of a scroll bar. I f you do not use this property, the browser places scroll bars on demand. There are two options: "yes" is used to display the scroll "no" even if it is redundant;
marginheight
This property defines how high the margins are between frames.
marginwidth
This property defines how wide the margins are between frames.
frameborder
This property allows you to add a border to a frame.


The difference between HTML 4.01 and HTML 5

Labels are not supported in HTML 5.