Home > Abakada: Back to Basics > Language References > HTML Element Attributes > UNITS Attribute
Sets or retrieves the units for the height and width of the EMBED object.
Inline |
<EMBED UNITS = sUnits ... > |
Script |
embed.units = sUnits ] |
sUnits |
String specifying the measure units for the EMBED object—for example, pixels ( px ) or ems ( em ). |
The property is read/write with no default value.
EMBED