Overview 1. Intro 2. Text 3. Pictures 4. Links |
Section 3. Pictures |
In this section you will learn how to make your basic web page more presentable. Please click here to view the example web page you'll create. If you view the source code from this
example page you will see the following... <html> This code is now explained <body bgcolor="#CCFFFF"> <img
src="images/beatles_logo.jpg"> In the example here, the picture file is located in the sub-folder images. The relationship between the web page (beatles1.htm) and the image (beatles_logo.jpg) is shown below... note - any picture from the web can be saved to your computer's hard drive. It is easy; all you have to do is click on the image with the right mouse button and then choose the "save picture as..." option. You then choose which folder to put it in. <hr> TASK |