The difference between HTML tags used in the creation of a frame definition file, as compare to the initial HTML tags for a Web page without frames, is the lack of the __________ tags.Immersive Reader
(1 Point)
and
and
and
and
Answers
Answered by
0
<body> and </body> tags.
- Using HTML Frames, the web browser window can be divided into several sections, each of which can be loaded independently.
- A frameset is a grouping of frames in a browser window.
- For setting up Frames: To use frames in a web browser, use the frameset tag in HTML rather than the body tag.
- Instead of using the body tag, we use the < frameset> tag to include frames on a page.
- The tag specifies how the window will be divided into frames.
- The cols and rows attributes of the frameset> element define vertical and horizontal frames.
- Thus, the body tag is ignored or omitted in this case.
#SPJ1
Similar questions