|
Now you need to
upload the picture to your Web site. For more on how to do this, take a look at
the FTP lesson.
To learn what HTML
code you should use to add an image to your Web page, go to the HTML lesson.
But as a brief reminder, here's the tag you need:
<img src="television.gif">
But instead of
television.gif, put in whatever you decided to
call your picture. This tag tells the browser to find the file called
television.gif and insert it to your page. |