Horje
How to add html page in <embed> element

The <embed> element can also be used to include HTML in HTML:


Example of adding HTML Page in <embed> element

Follow the Example It will work like HTML iFrame
index.html
Example: HTML
<embed width="100%" height="500px" src="https://horje.com/learn/570/how-to-add-image-in-object-element">

Output should be:

Example of adding HTML Page in <embed> element

Full Example of adding HTML Page in <embed> element

Follow the Example It will work like HTML iFrame
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<embed width="100%" height="500px" src="https://horje.com/learn/570/how-to-add-image-in-object-element">

</body>
</html>

Output should be:

Full Example of adding HTML Page in <embed> element





Related Articles
What is HTML Plug-ins HTML Plug-ins
How to set HTML <object> Element HTML Plug-ins
How to add image in Object Element HTML Plug-ins
How to add HTML Image in <embed> Element HTML Plug-ins
How to add html page in <embed> element HTML Plug-ins

Single Articles
Example of adding HTML Page in <embed> elementHTML Plug-ins
Full Example of adding HTML Page in <embed> elementHTML Plug-ins

Read Full:
HTML Plug-ins
Category:
Web Tutorial
Sub Category:
HTML Plug-ins
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
44


Reffered: https://www.w3schools.com/html/html_object.asp

Share on: