To insert an SVG picture into a HTML page, use the following code.
<p align="center"> <object data="ohd.svg" width="383" height="284" name="svg1" type="image/svg+xml"></object> </p>