Empowering Today’s Learners to Become Tomorrow’s Leaders
5. In the File name:, you should see Earth.png or just simply Earth, if it says anything else simply type in Earth. It is a PNG file. In the Save as type:, the file type will be an PNG image.
6 In Save in text box at the top of the screen, select the location in which you saved. We will save it in the images folder inside the procedures folder...are you sure are in the PROCEDURES folder and not in Portfolio folder???
The image will be stored in this location, ready for you to use.
7. Open index.html from the procedures folder.
Open with Notepad.
Position the cursor just after the <p>Isn't it cool!</p> tag.
Press Enter to move the cursor to the next line.
8. Type in following HTML (or copy and paste)
<img src="images/Earth.png" width="168" height="167" alt=""/>
9. Save and preview in a browser to see the results.
The image you selected should appear on your Web page under the table.