- 1

Where to find website images to insert in sololearn

I want to insert an image on my websit but it is not working

13th Oct 2020, 1:33 PM
Benedict Tandoh
Benedict Tandoh - avatar
3 Answers
0
try it give the source link from your computer <html> <head> <title>first page</title> </head> <body> <img src="give here the link of your img" alt="" /> </body> </html>
13th Oct 2020, 1:37 PM
Talha Jubayer
Talha Jubayer - avatar
0
you can make a personal website from site.google.com then you have to insert that img what you want into the website then copy the img link from your website and past it into the code
13th Oct 2020, 1:39 PM
Talha Jubayer
Talha Jubayer - avatar