- 1
Where to find website images to insert in sololearn
I want to insert an image on my websit but it is not working
3 RĂ©ponses
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>
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