0
How to add image to my code
How can I add pictures to my code and it will show the exact picture in my output
7 Answers
+ 2
Syntax for HTML:
<img src="url of image" alt="text if image fails to load">
The "src" is required, but the "alt" is optional.
+ 4
Quizzy Frosh If you don't have a web server or web hosting service, you can use Google Photos to host images. Upload an image to Google Photos and use this tool to generate a link:
https://www.labnol.org/internet/embed-google-photos-in-website/29194/
+ 3
What programming language? Can you post your attempt? You will need to be more specific for anyone to be able to assist you đ
+ 2
Quizzy Frosh Your images aren't working because they are not accessible via the web. Your URL is pointing to your Android phone.
+ 2
use
<img src="//url " alt="">
+ 2
https://www.sololearn.com/post/1747086/?ref=app
I hope this is helpful