HTML <embed> width Attribute
Example
<h1>embed video</h1>
<embed type="video/mp4" src="video.mp4" width="300" height="150">
<h1>embed image</h1>
<embed type="image/jpeg" src="img-boy.jpg" width="300" height="150">
Meaning
Specifies the width of the embedded object.
Standard Syntax
<embed type="mediaType" src="URL" width="pixels" height="pixels">
Advertisement
Attribute Values
| Value | Description |
|---|---|
| pixels | Specifies width in number (ex: width="100") |