How can I add an Image to my Website?

When you create a website, you don’t want it to be dull, but that does not mean you should load it up with bunch of images and pictures.  Keep in mind that when the website loads, the images and the pictures take time to load, and if you have too many of them it’s going to be frushtrating for the visitors of your website.

Let’s start with the basic HTML of the imaging code: <img> opens and </img> closes the imaging code.

How do I put a picture on my webpage?

Well, like I mentioned above, you are going to use the imaging code or tag. There are various types of tags for imaging code which I will list below:

Src = the source adress of the picture, in our case it will be Border = the border of the image, I prefer “0″

width = this will show how wide your image is going to be

height = this will show how high your image will be

title = the title of the image, used for optional text when the image doesn’t work or it’s text that appears as a description when u hover the image.  I prefer this to used for targeted keywords for search engines.

…for now we will stop here, so let’s use what we have learned in HTML version

and your picture should appear just like this: