How do I put file images from computer in HTML?
How do I put file images from computer in HTML?
(Do I have to use CDN?)
Voters
ch1ck3n
why are so many people asking about images
InvisibleOne
Drag and drop them into your repl, then in the HTML
<img src='imagename.png'/>
Coder100
You can first upload it to replit, and then do <img src="... your image URL here ...">
THANKS!