An embedded HTML page:
<embed type="text/html" src="snippet.html" width="500" height="200">An
embedded video:
<embed type="video/webm" src="video.mp4" width="400" height="300">An
embedded image:<embed type="image/jpg" src="pic_trulli.jpg" width="300" height="200">
Definition and Usage
The <embed>
tag defines a container for an external resource, such as a web page, a picture, a media player, or a plug-in application.
To test it copy the code and click below button and paste there
0 Comments