units attribute (embed)
Browser support:The embed tag is a non-standard tag in HTML but supported by all commonly used browsers.
| JavaScript page for this attribute: units. You can find other example(s) there. |
Possible values:
String that sets the measurement system.
One of the following values:
| Width and height values are relative to the size of the current font. | |||||||
| Explorer default. Width and height values are in pixels. |
Default: this attribute has no default value.
Example HTML code 1:
This example illustrates the use of the units attribute:
|
|
||||
<embed id="myEmbed" type="application/x-mplayer2" src="testVideo.wmv" style="width:320px; height:286px;" units="em" /> |
||||
|
||||
|
Did you find this example helpful?
|
Supported by tags:
Related pages:
External links:
User Contributed Comments
