how to addd a picture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to addd a picture

14th Oct 2016, 12:28 PM
Methsara Prabodha
Methsara Prabodha - avatar
3 Answers
+ 6
in order to add an image you gotta add this to your code <img src= the pic's source address</img>
17th Oct 2016, 8:38 PM
Nareg
Nareg - avatar
+ 3
<img src="your source file address" alt="" title=""/>
15th Oct 2016, 2:04 AM
Ali Moonesian
Ali Moonesian - avatar
+ 1
<img src="path/to/your/image.jpg"></img> You can use an absolute or relative path in src. If your image is in the same folder as your html file, just put your image name in src.
14th Oct 2016, 12:54 PM
Zen
Zen - avatar