0% found this document useful (0 votes)
61 views1 page

The HTML Marginwidth Attribute Is Used To Specifies The Left and Right Margin of The Content in An Frame Element.

The <frameset> tag divides a webpage into multiple sections or frames using rows and cols attributes to define the layout. The <frame> tag displays other web pages within each section and attributes like src, name, marginwidth, marginheight control features of individual frames such as the document source, scrolling behavior, and sizing.

Uploaded by

Devansh Nagarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views1 page

The HTML Marginwidth Attribute Is Used To Specifies The Left and Right Margin of The Content in An Frame Element.

The <frameset> tag divides a webpage into multiple sections or frames using rows and cols attributes to define the layout. The <frame> tag displays other web pages within each section and attributes like src, name, marginwidth, marginheight control features of individual frames such as the document source, scrolling behavior, and sizing.

Uploaded by

Devansh Nagarwal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Q1.

Explain the following tags and attributes


a) Frameset tag -HTML <frame> tag define the particular area within an
HTML file where another HTML web page can be displayed. A <frame>
tag is used with <frameset>, and it divides a webpage into multiple
sections or frames, and each frame can contain different web pages
c) rows attribute-The rows attribute of <frameset> tag defines
horizontal frames
d) cols attribute-cols attribute defines vertical frames.
e) border attribute -used to specify whether or not a border should be
displayed between the frames. For this, we use two values 0 and 1,
where 0 defines no border and 1 defines the border.
f) src-src Attribute is used to specifies the document URL which is used
to display in the frame
g)marginwidth -The HTML <frame> marginwidth attribute is used to
specifies the left and right margin of the content in an frame element.
<frame marginwidth="pixels">
h)marginheight - marginheight attribute is used to specifies the top
and bottom margin of the content in an frame element
i) scrollbar-scrolling attribute is used to specify that whether the
scrollbar will be displayed or not in the <frame> element.
j) name - name attribute specifies the name of a <frame> element. The
name attribute is used to reference the element in a JavaScript, or to act
as a target for a link.
k) Framespacing- attribute of frameset tag is used to specify the
amount of spacing between the frames in a frameset.

You might also like