im working a project BUT i donno how to set images in HTML im working so hard on HTML today | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

im working a project BUT i donno how to set images in HTML im working so hard on HTML today

soooooooolved

9th Aug 2020, 8:59 PM
Chadi Med
Chadi Med - avatar
4 Answers
+ 3
There are three common problems regarding to image. 1. I suppose you have already reached the lesson for the <img> tag? https://www.sololearn.com/learn/HTML/1030/ 2. If so, your problem is with putting the right src. 2.a. For images which are on the internet, you need to make sure you can putting the image url (with extensions such as .jpg as ending) in the src attribute of img element. 2.b. If you were trying to use images on local device, and want to use in web codes in SoloLearn code playground, You need to upload your image to internet so that the others can see it. There are two free hosts : How to host an image, the imgbb way, by Farhanaz 🌟 https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app [Tutorial] Upload content from your device to CodePlayground - The Dropbox way https://code.sololearn.com/WW6t4B73kJVz/?ref=app
9th Aug 2020, 9:07 PM
Gordon
Gordon - avatar
+ 1
Share your code so we can tell you what you are doing wrong.
9th Aug 2020, 9:02 PM
Karak10
Karak10 - avatar
0
Please show your code here so that we can help you https://www.sololearn.com/post/75089/?ref=app
9th Aug 2020, 9:00 PM
Gordon
Gordon - avatar
0
thank you gordon
9th Aug 2020, 9:25 PM
Chadi Med
Chadi Med - avatar