20 Answers
New Answer20 Answers
New AnswerYour question is either too basic or you didn't express yourself well. Anyway, sharing the code where you have the problem is always a good idea.
You have to copy the address of the image, or "open it in a new tab" and copy the address. The address should take you only to the image, not to the page with the image. If you see a page, that is not the address of the image
Example: https://code.sololearn.com/WpblYUcbBoSk/?ref=app https://code.sololearn.com/Wj736cbSClGN/?ref=app https://code.sololearn.com/Wcqv779zvUSQ/?ref=app
<!DOCTYPE html> <html> <head> <title>Google web page</title> </head> <body> <header> <nav> <a href="#">gmail</a> <a href="#">images</a> <img src="https://images.app.goo.gl/gkXq7u5qv6TDLD6cA" alt="Google image"> </nav> </header> </body> </html>
https://icon-library.com/images/dot-icon/dot-icon-20.jpg This is the correct URL of the image!
Write <img src="URL" alt=" " > URL- write url of image of in this if your image in your pc 🖥 then copy path of image and paste it , if image on the internet then copy the image address ALT- This is optional , this is for if your image is failed to load in web browser due any reason so then the text will show you written
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message