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

Approaches to CSS Layout .
Explain fixed Layout and Liquid Layout with example each. List liquid and Fixed layout Advantages and limitations.
View
Explain the basic table Structure . Create an HTML Document for the following figure.
OneTwo
ThreeFour

View

Write short note on radio buttons and check boxes?


View
Compare/Difference between radio button and checkbox controls of HTML 5 with Examples.
View
What does floating an element do in CSS ? How do you float an element?
View
Frames in HTML
View
Discuss <table> element along row spanning and column
View