Computer Science, asked by abhishekchaurasiy22, 2 months ago

Write HTML code to develop a web
page having two frames that divide
the page into two equal rows and
divide the first row into equal
columns. Fill each of the different
background color

Answers

Answered by Rafiul786
1

HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document. A collection of frames in the browser window is known as a frameset. The window is divided into frames in a similar way the tables are organized: into rows and columns.

Disadvantages of Frames

There are few drawbacks with using frames, so it's never recommended to use frames in your webpages −

Some smaller devices cannot cope with frames often because their screen is not big enough to be divided up.

Sometimes your page will be displayed differently on different computers due to different screen resolution.

The browser's back button might not work as the user hopes.

There are still few browsers that do not support

frame technology.

Creating Frames

To use frames on a page we use <frameset> tag instead of <body> tag. The <frameset> tag defines, how to divide the window into frames. The rows attribute of <frameset> tag defines horizontal frames and cols attribute defines vertical frames. Each frame is indicated by <frame> tag and it defines which HTML document shall open into the frame.

MARK as BRAINLIEST ANSWER... please please please please please

Answered by yogeeshwarantn1971
1

Answer:

your answer is in the above attachment

Explanation:

\huge\mathcal\pink{please}   \huge\mathcal\pink{drop}   \huge\mathcal\pink{some}   \huge\mathcal\pink{thanks}   \huge\mathcal\pink{dear.}

\huge\mathcal\red{I}   \huge\mathcal\red{will}   \huge\mathcal\red{return}   \huge\mathcal\red{you}   \huge\mathcal\red{back.}

Attachments:
Similar questions