CSS ORAL 2
CSS ORAL 2
:
*13. Use of Status Bar:*
The status bar in a browser is used to display messages or information to the user, such as loading
progress or link URLs.
*17 Frame:*
In web development, a frame refers to an HTML structure that divides a webpage into separate
sections, each capable of displaying its own content. Frames are less commonly used today, and
alternatives like iframes are preferred.
*18. Frameset Tag:*
The <frameset> tag in HTML is used to define a set of frames within a frameset. Its attributes include
rows, cols, border, frameborder, and others to control the layout and appearance of frames.