+ 3
<iframe>, <embed>, <object>
Need an explanation in their difference so I could get a good grasp of the context to use them. Thanks.
1 Answer
+ 5
<Iframe> - An inline frame is used to embed another document within the current HTML document.
<embed> - defines a container for an external application or interactive content (a plug-in).
<object> - it embedded object within an HTML document. Use this element to embed multimedia (like audio, video, Java applets, ActiveX, PDF, and Flash) in your web pages.