0
How I can add image in html
6 Answers
+ 6
Nihal singh Rajput I answered this earlier for someone else...
https://www.sololearn.com/Discuss/3249146/?ref=app
+ 5
See this post,
https://www.sololearn.com/post/1742383/?ref=app
+ 2
use <img src""> function
0
Use <img src "link of image">
0
<img src="url of image." alt="text if image fails to load. this is optional">