+ 8
Please anyone clear my doubt đ
how can we add our personal images in our code by html
5 Answers
+ 8
Upload it on a free repo, like imgur.com and add the automatically generated URL to your <img>'s src="" ;)
+ 8
@kuba thank you very much
i have added my pic
https://code.sololearn.com/WkY54n8HFf52/?ref=app
+ 3
Have the pic on your system. Then set the src attribute to the path of the image.
+ 2
or use it in <script src>
+ 1
by using the "<img>" tag.