Search notes:

HTML element: img

Determining an image's dimension with javascript.
Using data URIs (<img src="data:image/png;base64, …">) to embed an image (encoded in Base64) in the HTML document itself.

TODO

<img … align="left" …>

See also

The CSS property object-fit allows to show a picture as large as possible, but without distorting its aspect ratio.
The CSS specification considers <img> to be a replaced element.
HTML elements

Index