Frames in HTML


The browser window can be used to display more than one document at a time. The window can be divided into rectangular areas, each of which is a frame. Each frame is capable of displaying its own document.
Framesets:

⇰ The number of frames and their layout in the browser window are specified with the <frameset> tag.
⇰ A frameset element takes the place of the body element in a document. A document has either a body or a frameset but cannot have both.
⇰ The <frameset> tag must have either a rows or a cols attribute. (or both)
⇰ To create horizontal frames, rows attribute is used.
⇰ To create vertical frames, cols attribute is used.
⇰ The values for these attributes can be numbers, percentages and asterisks.
⇰ Two or more values are separated by commas & given in quoted string.
full solution in the Image


Share to whatsapp

More Questions from Web Technology and its Applications Module 2

Explain Positioning Elements in CSS?
(or)
Explain the different ways of position Elements In CSS layout techniques
View
Frames in HTML
View
Explain the role of display and visibility properties in CSS with examples.
View
Explain Positioning elements in CSS
View
Explain different forms of text input controls with example.
View
What is Responsive Design? Explain the components that make responsive web design. Why its important ? explain in detail.
View
Discuss <table> element along row spanning and column
View