Computer Science, asked by PragyaTbia, 1 year ago

Explain frames with an example.

Answers

Answered by TR0YE
13
⛦Hᴇʀᴇ Is Yoᴜʀ Aɴsᴡᴇʀ⚑
▬▬▬▬▬▬▬▬▬▬▬▬☟

Frame➙ A digital data transmission unit in computer networking & telecommunication.

===========================⤵

❖ 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 & columns.

_________
Thanks...✊
Answered by gratefuljarette
8

Answer:

HTML frames are frames through which we can see the split browser window. HTML i.e hypertext markup languages have a feature or we can call an important tag which is known as a frame through which we can divide our web browser window into several sections or parts.

Sometimes it won’t look the same for all computers since every computer is of different shape and size. HTML frames can divide our web browser window either horizontally or vertically. Example of HTML frame: <frameset cols = "25%, 50%,"> <frame name = "left" src = "/html/top_frame.htm" /> <frame name = "center" src = "/html/top_frame.htm" />

Similar questions