
1
views
views
HTML stands for hyper text markup language which is generally used to create web pages. While creating web pages formation of frames is also a vital part to know. Basically, a framed document divides a browser window into multiple panes or smaller window frames. Each frame can contain a different document. The benefit of making frames are that users can view information in one frame while keeping another frame open for reference instead of moving back and forth between pages. The contents of one frame can be manipulated or linked to the contents of other. This enables the web page designer to build sophisticated interfaces.
Understand floating frames.
A floating frame is used to embed another document or page within an existing frame. This frame will be an inline framed region that acts like other embedded objects—meaning that text can flow around it.
Define the frame.
Add the iframe element to the
of the HTML document. The inline frame is defined by the iframe element. To create an
Comments
0 comment