0

How can i insert image from web?((by Url))??

16th Dec 2017, 8:09 PM
Eslam Muhammed
Eslam Muhammed - avatar
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.
16th Dec 2017, 9:00 PM
Learnsolo
+ 1
thanks ice :-)
16th Dec 2017, 8:15 PM
Eslam Muhammed
Eslam Muhammed - avatar
0
<img src="image link">
16th Dec 2017, 8:14 PM
Ice
Ice - avatar