how to add an svg image to html

44

svg with src in html -

<object data="algerie.svg" type="image/svg+xml"></object>

using svg in html -

<img src="image.svg" />

Comments

Submit
0 Comments