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.

27th Jul 2020, 10:44 AM
Zihan Sabah
Zihan Sabah - avatar
6 Answers
27th Jul 2020, 11:41 AM
Simba
Simba - avatar
+ 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"
27th Jul 2020, 10:55 AM
VIRTUAL
VIRTUAL - avatar
+ 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
27th Jul 2020, 11:05 AM
VIRTUAL
VIRTUAL - avatar
+ 1
Simba that helps. also still remembered your reply on that post bro😂😂😂
27th Jul 2020, 11:48 AM
Zihan Sabah
Zihan Sabah - avatar
+ 1
Use unsplash.com, Get free images and no copyright clames.
9th Sep 2020, 8:35 PM
———J
———J - avatar
0
VIRTUAL how to get the adress?
27th Jul 2020, 10:56 AM
Zihan Sabah
Zihan Sabah - avatar