-
Notifications
You must be signed in to change notification settings - Fork 126
RML: Images
Victor Luchits edited this page Jan 8, 2018
·
1 revision
The IMG element is used to include images in the document.
Attributes
src = uri (CT)
The location of the image.
width = number (CN)
The width to force the element to, in pixels. If this is unspecified, it will default to the width of the image.
height = number (CN)
The height to force the element to, in pixels. If this is unspecified, it will default to the height of the image.