Intro to HTML - 0089

Menu Back Next
HTML Tags! - Graphic Images

<IMG SRC="name.ext" align=top>
What if image file does not exist or misspelled or not where you said it would be!

This text will show up on topWhat happens on this side!

The Actual Code needed for this:
This text will show up on top<IMG SRC="nofile.gif" align=top>What happens on this side!

This image or one like it will take the place of image which the browser can not find!