What To do to get required images and link on internet? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What To do to get required images and link on internet?

the spaces empty for images needs to be filled and the images I want and have in my PC. What can I do so that the links and images are inserted on the internet. https://code.sololearn.com/W28jSEDs6C2l/?ref=app https://code.sololearn.com/W28jSEDs6C2l/?ref=app

4th Nov 2017, 4:56 PM
Nikunj Chopra
Nikunj Chopra - avatar
3 Answers
+ 2
what about links.BTW thanks @vincent
4th Nov 2017, 5:03 PM
Nikunj Chopra
Nikunj Chopra - avatar
+ 1
The images should be uploaded to the internet. Either to the server that hosts the code, or to any other image hosting. Pick a hosting: http://lmgtfy.com/?q=Free+image+hosting , upload your image there, get a link for that image, paste that link to the src parameter of your img tag, profit.
4th Nov 2017, 5:02 PM
deFault
0
Same thing. Anything you link to from your HTML should be either on the server that hosts the code, or at any other location on the internet, accessible by the user. I can see you're trying to link to "form.html", that's a relative path to a file called "form.html", and located in the same directory as the file that contains the link. And there's no form.html next to your code. So, if you want to use something, first upload it, and then use the URL to it. Aso, regarding images, I had similar discussion not long ago: https://www.sololearn.com/discuss/815950/?ref=app
4th Nov 2017, 5:12 PM
deFault