+ 3
Where can i get images ? Or did i need any file
Html
7 Réponses
+ 6
Either right click/hold an image you like. There should be an option labeled somethig like “copy image location”. Click that button, and then paste it into an img tag:
<img src=“copied link”>
+ 4
Which type of images? You can get on Google.
+ 4
I really appreciate you guys now i understand .. 🙏🙏thanks
+ 4
See my example:
https://code.sololearn.com/W0YYbYE1b35P/?ref=app
+ 4
No, if you found picture at google copy the full path to the picture. For example:
http://google.com/img/flowers.jpg
+ 2
owadokun Tosin your question is incomplete? If you wanna use that image on html simply copy-paste it's link to src attribute in img tag. it is basic thing complete your html course
+ 1
After geting the image from google what next