How to insert image from Google? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to insert image from Google?

2nd Apr 2019, 12:56 PM
AksayCoder
AksayCoder - avatar
2 Answers
+ 17
Use the <img> tag. <img src="image_url"> The src attribute indicates the url of the image that you want to insert into your webpage. Go on the image on the Google. Tap on the image. Click on Share. Then you'll get Tap to copy the image. Copy the url and paste it in the src part of img tag. Hope this helps.
2nd Apr 2019, 1:20 PM
Nova
Nova - avatar
+ 5
Right click the image...there will be an option called "copy image address" and then paste in the src attributes of img tag....
12th Apr 2019, 12:24 AM
Thanigai Velan
Thanigai Velan - avatar