0
How to add like button for an image by using html ?
because im doing a wallpaper blog without a domain.im learning html yet.
2 Answers
+ 2
To have the like button actually be functional, you would also need JavaScript and a backend language like PHP
+ 2
<button><img src="sololearn.png"></button>
I hope you got it