Describe the frames and it's tag
Answers
Answer:
HTML:<frame>
Explanation:
tag define the particular area within an HTML file where another HTML web page can be displayed . A frame tag is used with frame set and it divide a web pages into multiple section or frame in each frame can contain different web pages
Answer:
HTML Frames are used to divide the web browser window into multiple sections where each section can be loaded separately. A frameset tag is the collection of frames in the browser window.
Creating Frames: Instead of using body tag, use frameset tag in HTML to use frames in web browser. But this Tag is deprecated in HTML 5. The frameset tag is used to define how to divide the browser. Each frame is indicated by frame tag and it basically defines which HTML document shall open into the frame. To define the horizontal frames use row attribute of frame tag in HTML document and to define the vertical frames use col attribute of frame tag in HTML document.
Please refer to the following attachment for an example.....