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

Form in HTML
View
Frames in HTML
View
Differentiate between http get and post.
View
Tables in HTML (rowspan and colspan, align and valign, cellpadding and cellspacing, Sections)
View
Explain the basic table Structure . Create an HTML Document for the following figure.
OneTwo
ThreeFour

View
What does floating an element do in CSS ? How do you float an element?
View

Write short note on radio buttons and check boxes?


View