An Introduction to HTML: Icons and Images
You can decorate your web pages with icons and images.
Many freely available icons
First, create a GIF (or JPEG) image, OR (easier still) locate and save the icon or image that you want.... but avoid copyright violations!
Second, use the following HTML code:
<IMG SRC="filename.gif">
Working with Images
Here's an example of <IMG ALIGN=MIDDLE SRC="filename.gif">

Princeton Materials Institute
Adding a border around your image
<IMG border=0 SRC="pulogo.gif">
<IMG border=1 SRC="pulogo.gif">
<IMG border=2 SRC="pulogo.gif">
<IMG border=3 SRC="pulogo.gif">