How do you add pictures | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do you add pictures

29th May 2018, 12:46 PM
Dove Abiakalam
Dove Abiakalam - avatar
2 Answers
+ 4
Use the img tag <img src="exemple.jpg">
7th Jun 2018, 12:50 PM
Carlewis
Carlewis - avatar
+ 1
Considering you're wondering about how to do so in HTML, there is the <img> tag that displays whatever picture from the internet you need. To add the picture, all you would need to do is add the src attribute to the tag with the URL to the picture you want to use (you can't use pictures that have been downloaded onto your phone or computer). <img src = "example.jpg">
29th May 2018, 1:33 PM
Faisal
Faisal - avatar