The <embed>
element
Creates a rectangular region that displays content in some other form than HTML, such as a video file or Flash game.
Full list of attributes
All the usual HTML global attributes are available
height
- The height of the rectangle containing the embedded file in CSS pixels or as a percentage.
src
- The URI from which the browser should retrieve the embedded file.
type
- The MIME type of the file being embedded.
width
- The width of the rectangle containing the embedded file in CSS pixels or as a percentage.