1.

What Is The Purpose Of Iframe In Html?

Answer»

Iframe is called as inline frame that places one HTML document in a frame. It is different from the object element as the inline frame can be MADE in the target frame. The target frame consists of the links that is defined by other elements used in the WEB page. Iframe is used to focus on printing or viewing of the source. Iframe can be used by the user in those BROWSER that supports it. If they have used iframe also then the incompatible browser won't display the actual but display of the alternative text will TAKE place.
Syntax: <iframe>-----</iframe>

Iframe is called as inline frame that places one HTML document in a frame. It is different from the object element as the inline frame can be made in the target frame. The target frame consists of the links that is defined by other elements used in the web page. Iframe is used to focus on printing or viewing of the source. Iframe can be used by the user in those browser that supports it. If they have used iframe also then the incompatible browser won't display the actual but display of the alternative text will take place.
Syntax: <iframe>-----</iframe>



Discussion

No Comment Found