+ 3
Which HTML code can help in inserting a love heart image?
5 ответов
+ 7
you need to write the specific address of the image and you can add 'alt="text"' to display the text when the image do not load
+ 5
<img src="loveheart.png"/>
+ 2
use this
<p>Am a heart icon <span id="heart_icon" >♥<span></p>
//the ♥ does the trick here style with css
where i got it...
https://www.w3schools.com/charsets/ref_utf_symbols.asp
+ 1
why is it not working
0
use must use png image. otherwise, you cannot do it
<img src="IMAGE_NAME.png">