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





Category:
Web Tutorial
Sub Category:
HTML Plug-ins
Uploaded by:
Admin


Read Article
https://develop.horje.com/learn/1434/reference