+ 1
What steps am I supposed to take so as to add an image when coding using HTML
4 Answers
+ 2
Karabo Gomo Happy522
You upload the Image to the host website like Dropbox. Copy the link of the image.
Go to the code playground, add <img src = " ">
In-between the inverted commas, paste the link
You may notice link having 'https://www.dropbox.com'
Change the 'www' to 'dl'.
Run the code.
+ 2
You're welcome, Karabo Gomo Happy522
+ 1
Karabo Gomo Happy522, was my answer useful?
+ 1
Yes your answer is useful, it will help me out a lot. Thank you