<img> element¶
An <img>
element contains encoded image data that is rendered on the page. The body of the node is base-64 encoded binary data of the image.
Attributes¶
Attribute | Description |
---|---|
left | The left offset of the header in pixels. |
top | The top offset of the header in pixels. |
width | The width of the header in pixels. |
height | The height of the header in pixels. |
mimetype | The encoding of the base-64 encoded image, image/png for example. |
Styles¶
None
Children¶
None