How I can add image in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How I can add image in html

29th Oct 2023, 5:49 AM
Nihal singh Rajput
Nihal singh Rajput - avatar
5 Answers
+ 6
29th Oct 2023, 5:51 AM
BroFar
BroFar - avatar
29th Oct 2023, 5:50 AM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 2
use <img src""> function
29th Oct 2023, 12:51 PM
Alhaaz
Alhaaz - avatar
0
Use <img src "link of image">
30th Oct 2023, 8:08 PM
Antonio
Antonio - avatar
0
<img src="url of image." alt="text if image fails to load. this is optional">
30th Oct 2023, 8:43 PM
Annihilate
Annihilate - avatar