For example, I have a whats app icon which I am currently getting from a Fontawesome url at runtime and I embed in my html like this:
<i class="fa fa-whatsapp fa-1x"; style="color:white; padding:5px;";></i>
However, I want to use a local file from my project so that the users can see it if they are offline too.
How can I embed a local image into my html?
Something like this>>? ..but how exactly do I reference to image??
<i class="myLocalImage"; style="color:white; padding:5px;";></i>