How do I get an image location from google and insert it in my code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I get an image location from google and insert it in my code

Images in the code

22nd Jul 2020, 12:45 PM
Nteza Enock Jotherm
Nteza Enock Jotherm - avatar
1 Answer
0
If you are developing a web, you can just use the img tag with src as its attribute in which the value of it will be the url of the image. By getting the url of the image, right click the image you want to be in your code, then left click on "copy image address". Example: <img src="image url goes here">
26th Aug 2021, 2:53 PM
Pilas
Pilas - avatar