Embed can be used as a container for external media or third-party plugins. This tag is no longer needed for modern browsers as they stopped supporting java applets, active-x components and flash.
src
represents the link of the file to be embedded.
- URL
type
represents the type of the embedded file.
- MIME_type
width
the width of the embedded file.
- pixels
height
The height of the embedded file.
- Pixels
HTML embed Example:
Edit Example