I try to make an HTML that references to an SVG file, that SVG file is interractive (CSS hover):
If I use I loo
You should embed the image by using <object> tag:
<object>
<object data="algerie.svg" type="image/svg+xml"></object>
Refer to this question for the details: Do I use <img>, <object>, or <embed> for SVG files?