HTML | <embed> width Attribute
The HTML embed width attribute is used to specify the width of the embedded content.
Syntax:
<embed width="pixels">
Attribute Values:
- pixels: The width of embed value are set in terms of pixels. It is used to specify the width of embedded content.
Example:
<!DOCTYPE html> < html > < head > < title >HTML embed width Attribute</ title > < style > q { color: #00cc00; font-style: italic; } </ style > </ head > < body > < h1 >GeeksforGeeks</ h1 > < h2 >HTML embed width Attribute</ h2 > < embed src = "loading2.swf" width = "400px" type = "application/x-shockwave-flash" > </ body > </ html > |
Output:
Supported Browsers: The browsers supported by HTML embed width Attribute are listed below:
- Google Chrome
- Internet Explorer
- Firefox
- Safari
- Opera