0
How can i insert image from web?((by Url))??
3 Answers
+ 3
<img src="your image url that should end with .jpg">
It can also look like this:
<img src="your image url that should end with .jpg"/>
There can be a "/" ( slash ) at the end if you want but it's optional.
+ 1
thanks ice :-)
0
<img src="image link">