Different ways to embed on a website.
<embed type="image/jpg" src="filename" width="" height="">
<embed type="text/html" src="URL" width="" height="">
<iframe src="URL" width="" height=""></iframe>
Last updated 7 months ago