Computer Science, asked by PriyanshuAvocation, 6 months ago


Q3. Write the Html code to create two vertical frames having the width 50% each and display two web
Pages 'abc.html' and 'xyz.html' on them.

Answers

Answered by RowdyGirl007
6

Answer:

An HTML document that describes frame layout (called a frameset document) has a different makeup than an HTML document without frames. A standard document has one HEAD section and one BODY. A frameset document has a HEAD, and a FRAMESET in place of the BODY.

The FRAMESET section of a document specifies the layout of views in the main user agent window. In addition, the FRAMESET section can contain a NOFRAMES element to provide alternate content for user agents that do not support frames or are configured not to display frames.

Elements that might normally be placed in the BODY element must not appear before the first FRAMESET element or the FRAMESET will be ignored.

Similar questions