Adding graphics inline in an HTML page is easy with SVG, and with a little CSS, you can center them or position them however you like. To make it easier to position an image, make the centerpoint of the image at the 0,0
coordinate point of the SVG, so you don't have to worry about the width or height when positioning the graphic.