W3Schools.com

HTML <frame> marginwidth Attribute

HTML frame Tag Reference HTML <frame> tag

Example

The first frame with a left and right margin of 50 pixels, and the second frame with a left and right margin of 0 pixels:

<frameset cols="50%,50%">
  <frame src="frame_a.htm" marginwidth="50" />
  <frame src="frame_b.htm" marginwidth="0" />
</frameset>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The marginwidth attribute is supported in all major browsers.


Definition and Usage

The marginwidth attribute specifies the width between the content and the left and right sides of the frame, in pixels.


Syntax

<frame marginwidth="pixels">

Attribute Values

Value Description
pixels Specifies the left and right margins of a frame


HTML frame Tag Reference HTML <frame> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE