0
how to get the images in code?
i want to use different images or pictures in web practacing. but how can i access to them? i know src, url etc... but how do i access the photoes from my gallery or google? an example is needed.
6 odpowiedzi
+ 9
Zihan Sabah Hope it helps you
https://code.sololearn.com/Ws6teyT5ti3g/?ref=app
+ 6
Hi. Drop the image you want to put next to your .html file to take the images. For example, type <img src = "car.jpg"> in the image car.jpg and html and check all the solution. Or create a folder in your .html file, for example "img" and drop car.jpg into it. You now enter <img src = "img / car.jpg"> in your html code. If you want to upload an image from the Internet, copy any image from the Internet, for example <img src = "https://sololearn.com/logo.jpg"
+ 5
Look for a picture on the Internet, for example, a cat. Right-click on the image you like and click "Copy image address" and paste it into the code
+ 1
Simba that helps. also still remembered your reply on that post bro😂😂😂
+ 1
Use unsplash.com,
Get free images and no copyright clames.
0
VIRTUAL how to get the adress?