Computer Science, asked by simranjeetkaur4655, 1 month ago

What are Frames? Write all the tags and their attributes that are used with frames.​

Answers

Answered by kshitib2008
0

Answer:

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.

Attribute Value Description

1) Attribute:frame border

Value:0,1

Description : It specifies whether to display a border around the frame or not, and its default value is 1

2) Attribute: longsec

Value :URL

Description: It specifies a page which contains the long description of the content of the frame.

3) Attribute :marginheight

Value:pixels

Description: It specifies the top and bottom margins of the frame.

4) Attribute: marginwidth

Value:pixels

Description: It defines the height of the margin between frames.

5) Attribute:name

Value: text

Description:It is used to assign the name to the frame.

6) Attribute:scrolling

Value:yes

no

auto

Description: It specifies the existence of the scrollbar for overflowing content.

7) Attribute:src

Value: URL

Description:It specifies the URL of the document which we want to display in a frame.

Explanation:

Hope the answer is helpful pls mark me brainliest .

Similar questions