align property
String
get
align
The obsolete align
property of the HTMLImageElement interface is a string which indicates
how to position the image relative to its container.
You should instead use the
CSS property , which does in fact also work on images
despite its name. You can also use the float
property to float the image
to the left or right margin.
The align
property reflects the HTML
align
content attribute.
Implementation
external String get align;
set
align
(String value)
Implementation
external set align(String value);