HTML <frameset> tag
You are Here:
HTML <frameset> tag
The <frameset>
tag is used to contain <frame> elements.
Warning: The <frameset>
tag is deprecated and is no longer recommended.
Example
HTML Online Editor
<!DOCTYPE html>
<html>
<frameset cols="50%,50%">
<frame src="/html">
<frame src="/css">
</frameset>
</html>
Attributes
Attribute | Value | Explanation |
---|---|---|
cols | percentage value | Specifies the number and size of horizontal spaces in a frameset. |
rows | percentage value | Specifies the number and size of vertical spaces in a frameset. |
Reminder
Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in HTML.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.