CSC 170- Introduction to Computers and Their Applications

Adding Images and External Links to a Web Page

If we want to insert a graphic file name mypicture.jpg in a web page we write:
<img src="mypicture.jpg" >

Similarly, if we want to create a link to www.myfavoritesite.com , we could write:
<a href="http://www.myfavoritesite.com" > Come to my favorite site </a >

Using these, create a web page with two images and one external link.

You can use any image that you find or create or you can use the one or more of the suggested images. Remember that you have to save the picture on your disk in order to access it.

[Back to the Assignment List]

An example can be found here and you can find the page here.