Please anyone clear my doubt 😇 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Please anyone clear my doubt 😇

how can we add our personal images in our code by html

19th May 2017, 6:07 AM
MAHENDAR SONI
MAHENDAR SONI - avatar
5 Answers
+ 8
Upload it on a free repo, like imgur.com and add the automatically generated URL to your <img>'s src="" ;)
19th May 2017, 6:14 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 8
@kuba thank you very much i have added my pic https://code.sololearn.com/WkY54n8HFf52/?ref=app
19th May 2017, 8:53 AM
MAHENDAR SONI
MAHENDAR SONI - avatar
+ 3
Have the pic on your system. Then set the src attribute to the path of the image.
19th May 2017, 6:31 AM
Vishnu ks
Vishnu ks - avatar
+ 2
or use it in <script src>
19th May 2017, 6:19 AM
Code Master
Code Master - avatar
+ 1
by using the "<img>" tag.
19th May 2017, 6:14 AM
Loai Hazima
Loai Hazima - avatar