A picture with a height and width of 200 pixels.
The width
attribute specifies the width of the embedded content, in pixels.
Tip: Use the height
attribute to specify the height of the embedded content.
<embed width="pixels">
Value | Description |
---|---|
pixels | The width of the embedded content, in pixels (i.e. width="100") |
Example:
HTML
<embed type="image/jpg" src="https://horje.com/avatar.png" width="200" height="200">
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 |