+ 1
How to insert image from Google?
2 Antworten
+ 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.
+ 5
Right click the image...there will be an option called "copy image address" and then paste in the src attributes of img tag....