How to add an image to your website
The codes usually used to add an image to your website is:
<img src="image.jpg">
This works if you have to upload a JPEG format, but it can also support a BMP, PNG or GIF extension. This option is used while browsing an image that is being stored on your computer.
If you want touse an image (from a URL) from the internet, you can use the code
<img src="http://internetaddress.image.jpg">
Note: while naming your [pictures, ensure that they do not contain any symbols or alphanumerical characters. If the images are found in a folder and not a direct directory, do not forget to add the folder extension before the file name, separated by a slash symbols.