A picture with a specified media type.
The type
attribute specifies the Internet media type (formerly known as MIME type) of the embedded content.
<embed type="media_type">
Value | Description |
---|---|
media_type | The Internet media type of the embedded content. Look at IANA Media Types for a complete list of standard media types. |
Example:
HTML
<embed type="image/jpg" src="https://horje.com/avatar.png">
How to create An embedded image | HTML Tag |
How to create An embedded HTML page | HTML Tag |
How to create An embedded video | HTML Tag |
What Browser will support for HTML embed Tag | HTML Tag |
Attributes for HTML <embed> Tag | HTML Tag |
How to set Default CSS Settings for HTML <embed> Tag | HTML Tag |
How to add HTML <embed> height Attribute | HTML Tag |
How to add HTML <embed> src Attribute | HTML Tag |
How to add HTML <embed> type Attribute | HTML Tag |
How to add HTML <embed> width Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |