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
Explain Positioning elements in CSS
View
Approaches to CSS Layout .
Explain fixed Layout and Liquid Layout with example each. List liquid and Fixed layout Advantages and limitations.
View
What is Responsive Design? Explain the components that make responsive web design. Why its important ? explain in detail.
View
Tables in HTML (rowspan and colspan, align and valign, cellpadding and cellspacing, Sections)
View
Explain the role of display and visibility properties in CSS with examples.
View
Explain the basic table Structure . Create an HTML Document for the following figure.
OneTwo
ThreeFour

View