Last Updated : 30 Sep, 2019
The
HTML <frame> marginheight attributeis used to specifies the top and bottom margin of the content in an frame element.
Syntax:<frame marginheight="pixels">Attribute Values:
<!DOCTYPE html>
<html>
<head>
<title>
HTML frame marginheight Attribute
</title>
</head>
<frameset cols="30%, 40%, 30%">
<frame name="left" src=
"https://media.geeksforgeeks.org/wp-content/uploads/20190401113144/gfg_200X2001.png"
marginheight ="40" />
<frame name="main" src=
"https://media.geeksforgeeks.org/wp-content/uploads/20190328185307/gfg28.png"
marginheight="30" />
<frame name="bottom" src=
"https://media.geeksforgeeks.org/wp-content/uploads/20190807114330/GFG115.png"
marginheight ="40" />
</frameset>
</html>
Output: Supported Browsers: The browsers supported by HTML <frame> marginheight attribute are listed below:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4