width property
The width property of the HTMLIFrameElement interface returns a
string that reflects the width attribute of the iframe element,
indicating the width of the frame in CSS pixels.
Implementation
external String get width;
Implementation
external set width(String value);