+ 3

<iframe>, <embed>, <object>

Need an explanation in their difference so I could get a good grasp of the context to use them. Thanks.

30th Jun 2019, 5:26 AM
khangnd
khangnd - avatar
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.
30th Jun 2019, 11:57 AM
Sayyam Jain
Sayyam Jain - avatar