What is the code to embed a picture into html?

What is the code to embed a picture into html? I would like to embed small pictures, how do I go about doing this? Please give me the code for it.

If you want to make an image into a thumbnail, or small variations of the picture, you can resize them in a photo editing software.

Anyway the code for embedding an image to an html file is:

<img src="filename" height="height_of_image" width="width_of_image" alt="text_shown_if_image_doesn’t_load" border="numeric_value" />

Make sure that there is a space between the slash and the last quote. Additionally, the border attribute is used if you use the image as a link.

Technorati Tags: , , , , , , , , , , , , , , , ,