0
How can I add images in html from the internet???
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">
0
I know that, I want my image be with the html file. is there any way to make that happened?
0
That's not how HTML is intended to be used:
https://www.warriorforum.com/website-design/84840-solved-how-do-i-convert-jpg-file-html-code-so-picture-displays-website.html
0
Ok, thanks though