Easy Tutorial
❮ Tag Button Tag Section ❯

HTML <embed> width Attribute

HTML <embed> Tag

Example

A flash animation with a height and width of 200 pixels:


Browser Support

All major browsers support the width attribute.


Definition and Usage

The width attribute specifies the width of the embedded content, in pixels.


Differences Between HTML 4.01 and HTML5

The <embed> tag is new in HTML5.


Syntax

Attribute Values

Value Description
pixels Specifies the width of the embedded content, in pixels (e.g., width="100").

❮ Tag Button Tag Section ❯