View Full Version : Explain the different types of frames tags used in HTML?
spobitsseo
07-17-2017, 02:19 AM
Explain the different types of frames tags used in HTML?
dennis123
07-17-2017, 02:38 AM
Frames allow the display of the document visually. It allows the window to be split into segments that can contain multiple different documents. It can utilize many resources and repeat some parts of the layout that can be used in a frame.*****
Frames consists of different types of tags and they are as follows:
1. <frameset>...</frameset> :*****It consists of the frames that includes the layout using the attributes of rows and cols.
2. <frame> or <frame/> :*****It consists of a single frame and gets included within the frameset. It is always come up with a src attribute that provides the source that has to be shown in a particular frame.
3. <noframes>...</noframes> :*****It consists of the normal HTML content that is used to show no frames.
4. <iframe>...</iframe> :*****It consists of internal frame that will contain the src attribute to include the frame that is internal to a particular region.
Powered by vBulletin® Version 4.2.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.