+ 1
How do I put images in html?
I'm learning html and I'm on the basics right now. I just got to the <img> code, but I don't really understand how it works. Can someone please explain?
2 Respostas
+ 10
<img src="Url of your image here"/>
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