+ 4
Which type of image's link can be inserted in html. Where to get that type of links.
Please explain with example.
9 Antworten
+ 5
Go to any freestock image website
Line pexel,pixabay, unsplash,picsum photos,...etc
Search for tag of your requirement.
Chose your fav photo , long press on it, select open image in new tab, now select url of newly open tab. Copy paste for image src.
In this way you can paste all your desired free image from website to your project.
https://www.pexels.com/photo/brown-wooden-dock-on-body-of-water-8647586/
This is link for web page containing img when you long press and open in new tab you will get :-
https://images.pexels.com/photos/8647586/pexels-photo-8647586.jpeg?auto=compress&cs=tinysrgb&h=650&w=940
+ 6
Copy link from the Google and simply paste it anywhere with <IMG> tag
+ 3
😼Miraculous🐞 Girl for example you can check this code
https://code.sololearn.com/Wxg81ggDkmlH/?ref=app
+ 2
Upload your image on Dropbox. Get link from there and insert it to your html code.
+ 2
Thanks Divya Mohan
+ 2
You can use any free image from google search or otger websites. You can also use images from your computer, you just have to copy the inage file location and paste it as a value for src
https://code.sololearn.com/W04QYs54AWbO/?ref=app
+ 1
Ehosanul Haque thanks I will try.
+ 1
you can upload an image to your web page using img tag using href and url of image.
0
Vaibhav Singh thanks