Code Example:
<embed type="text/html" src="coolwebsite.html" width="640" height= "480">

Object Example:

Embedded external HTML page being rendered on this page.
Click here to view this element in the Mozilla Developer Network Click here to view this element in W3Schools

The <embed> tag is used to display a container linking to an external resource such as a web page, a picture, or other media. However, it is recommended that you use other tags for embedding images (<img>) and media (<video> or <audio>).

Attributes:
Attribute Value Description
height pixels Determines how tall the element will appear
src URL Determines what will appear
type media_type Tells the browser what type of object will appear
width pixels Determines how wide the element will appear


This element supports global HTML attributes.
Click here to view all global attributes