0
How to insert a photo in html. I am trying my best but still i not got susses.???? Please help me for this.
4 Respostas
+ 1
You have to upload to some kind of image provider like imgur. Then you can use the absolute url of that image in your code. Relative urls only work on a server on which both files are in the same directory (pr routed from the same directory)
0
you cant insert it on that way here. You must use a picture from the internet.
0
You need to use an image tag with a source atribute.
<img src="url" />
Make sure however, that when you use images of the internet that are not your own, that you are still complying with copywrite law.