Posts

Showing posts from August, 2025

html- frames, iframes

Image
                                              HTML - FRAMES                          Html frames are used to divide our browser windows into multiple sections where each section can load a separate html document. A collection of frames in the browser window is called as frame set. 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 web pages − Some smaller devices cannot cope with frames often because their screen is not big enough to be divided up. Sometimes your page wi...