Creating Frame in HTML document
If you want to create frames using the old HTML technique, you can use the <frame>
and <frameset>
elements. However, please note that frames are considered outdated and have been deprecated. They are not recommended for modern web development due to various issues like accessibility, SEO, and responsive design.
<Frameset>………………………….</Frameset>
The Frameset tag is a frame container for dividing a window in to rectangular subspace called frames. The frame set tag contain one or more frame set or frame element.
Attributes of <Frameset> tag
Rows=Pixels value or percentage (Defines how many rows in the frame set.)
Cols=Pixels value or percentage (Defines how many rows in the frame set.)
Frameborder=yes|no|0|1 (Use to create border line between frames.)
Framespacing=value (Creates space between frames.)
Bordercolor=color name or value (Defines the border color of a frame.)
<Frame>
<Frame> Tag defines a frame with in a frameset document.
Attributes of <frame> tag
Src=“Frame file path” (use to define what file to put in a frame.)
Scrolling=Auto|yes|no (This attribute lets you to scroll frame or not.)
Noresize – (This attribute do not let the user to make the frame bigger or smaller/resize.)
HTML Special Character codes
Less than | < | < |
Greater than | > | > |
Copy right | © | © |
Register | ® | ® |
Trademark | ™ | ™ |
Fraction one half | ½ | ½ |
Fraction one four | ¼ | ¼ |
Fraction three fourth | ¾ | ¾ |
HTML Colour Value