0
How can I view image in html
3 Answers
+ 2
Use the <img> tag. Specify its location/URL with the src attribute. E.g:
<img src="www.sololearn.com/tree.jpg">
Hope this helped!đ
+ 1
Check this out.....
https://www.sololearn.com/learn/HTML/1030/
+ 1
thanks bro