+ 1

Please tell me how to add images?

24th Sep 2016, 6:35 AM
V nagavarun
V nagavarun - avatar
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.
27th Sep 2016, 1:17 PM
Silas Junior
Silas Junior - avatar
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
4th Sep 2017, 3:14 AM
Kalo 'smi
Kalo 'smi - avatar