+ 1
Please tell me how to add images?
2 Antworten
+ 2
You can use this tag <img src="image.jpg"> but the image arquive and your html file must be inside the same folder for it to work.
And you can also use the tag <img src="web url"> to get an image from a web server. but to do so you must have internet connection. I hopeit helps.
0
For sololearn programs you can't put images stored on your device so you might have to use a CDN (content delivery network) to link images in the page or use data uri images by converting your images into text that HTML can display as a image..
You can convert your images here
https://websemantics.uk/tools/image-to-data-uri-converter/
https://code.sololearn.com/WC54BZf4fJ94/?ref=app