Answers for "how to set unsplash url in html"

4

how to use unsplash images in html

For a random image
<img src="https://source.unsplash.com/random/1600x900">
Posted by: Guest on October-21-2021
0

unsplash url

unsplash url
-------------------------------
https://source.unsplash.com/random/1600x900?apple

<img src="https://source.unsplash.com/random/1600x900?apple" ....
Posted by: Guest on November-01-2021

Browse Popular Code Answers by Language