How to Insert Images in Your Web Page
The two most common picture formats are .jpg and .gif, these are supported
by
most graphical browsers.
| HTML CODE | <img src="cba-logo.gif" width=109 height=125> |
| Will be Shown As | ![]() |
| HTML CODE | <img src="email59.gif" width=96 height=64> |
| Will be Shown As | ![]() |