The Basic Homepage ~Inserting Graphics and Pictures~
The Basic Homepage ~Inserting Graphics and Pictures~
REMOVE *'s when programing!
This section deals with inserting pictures (jpgs of GIFs) on to your web page.
The first basic HTML code for inserting graphics or pictures is;
<*img src="http://picture.addie.com">
This will place the picture or graphic on your page. If you want to align (or move) the JPG or GIF to a section of the page, you can use;
<*img src="picture.addie.com" align=center>
or
<*align=right>
<*align=left>
<*align=center>
Tables
Back to home
MAIL ME!