Image Frames are borders that sorround images. On the world wide web Image Frames are used to make a certian image stand out on a webpage or just to make the image look better, really the purpose is up to you.
You can change the height and width of the Image Frame, as well as specify text for a mouseover tag.
Below are the Image Frames...

HTML Code:
<img style="border:1px solid black;"
src="location of image here"
width="225"
height="151"
alt="name of image for mouseover tag" /><br />
--------------------

HTML Code:
<img style="border:2px dotted #545565;"
src="location of image here"
width="225"
height="151"
alt="name of image for mouseover tag" /><br />
--------------------

HTML Code:
<img style="border:6px groove #545565;"
src="location of image here"
width="225"
height="151"
alt="name of image for mouseover tag" /><br />
--------------------

HTML Code:
<img style="border:6px double #545565;"
src="location of image here"
width="225"
height="151"
alt="name of image for mouseover tag" /><br />
--------------------

HTML Code:
<img style="border:60px solid #545565;"
src="location of image here"
width="225"
height="151"
alt="name of image for mouseover tag" /><br />
--------------------