html5 svg image code example
Example 1: svg with src in html
<object data="algerie.svg" type="image/svg+xml"></object>
Example 2: html img svg
<img
src="equilateral.svg"
alt="un triangle aux trois côtés égaux"
height="87px"
width="100px" />