The difference between my question and other questions is that other questions are solved using JQuery
or JavaScript
. But I want my problem to be solved only with html.
My main goal in this question is to get a piece of html code to use the svg
file and change it to my own favorite color!
I have home.svg
file. I am using this file as follows and I made this attempt to change its color.
<img src="home.svg" style="color: white" />
default color for svg
is black, but i want change that color to white or other colors!
how can i solved this problem?