HTML <embed> width Attribute
Example
A picture with a height and width of 200 pixels:
<embed src="pic_trulli.jpg" width="200" height="200">
Try it Yourself »
Definition and Usage
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.
Browser Support
Attribute | |||||
---|---|---|---|---|---|
width | Yes | Yes | Yes | Yes | Yes |
Syntax
<embed width="pixels">
Attribute Values
Value | Description |
---|---|
pixels | The width of the embedded content, in pixels (i.e. width="100") |
❮ HTML <embed> tag