- 1
im working a project BUT i donno how to set images in HTML im working so hard on HTML today
soooooooolved
4 ответов
+ 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
+ 1
Share your code so we can tell you what you are doing wrong.
0
Please show your code here so that we can help you
https://www.sololearn.com/post/75089/?ref=app
0
thank you gordon