![]() |
![]() |
| gif: best for pictures with solid blocks of colour - limited to 256 colours - can have transparent backgrounds | jpg: mainly used for photographs - unlimited colours |
<img src="duck.gif" width=199 height=157>Note that the img tag does not have a closing tag.
<img src="duck.gif" border=1 align=left> This is a picture of me on a good computer day. <br clear=left>produces
This is a picture of me on a good computer day.
Notice the <br clear=left> to allow me to have this line NOT beside the picture.
Note too the border attribute.
| Table of Contents |