<!-- embed tag in html -->
<!-- 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. -->
<!-- An embedded image: -->
<embed type="image/jpg" src="pic_trulli.jpg" width="300" height="200">
<!-- 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">