src property
The HTMLImageElement property
src, which reflects the HTML
src
attribute, specifies the image to display in the img
element.
Implementation
external String get src;
Implementation
external set src(String value);
The HTMLImageElement property
src, which reflects the HTML
src
attribute, specifies the image to display in the img
element.
external String get src;
external set src(String value);