0

How can I add images in html from the internet???

18th Apr 2018, 11:35 PM
Morteza
4 Answers
0
Download the image to your web directory, inside a folder (called something like images/). Rename the image file to If it's a jpeg, you'd add it as follows: something (in my example your_image.jpeg) <img src="images/your_image.jpeg">
19th Apr 2018, 12:13 AM
Emma
0
I know that, I want my image be with the html file. is there any way to make that happened?
19th Apr 2018, 12:16 AM
Morteza
0
Ok, thanks though
19th Apr 2018, 12:20 AM
Morteza