Self-Assessed Question and Activity
Find the europe image again, download it and copy it into your own account or folder.
I'd like you to add it to your own Home Page 0.htm and use it to make a live hypertext link to a new html file in your account called euro.htm by wrapping the hypertext reference anchor around the image source tag.

Re-use this code to make a start if you haven't started a Home Page of your own yet.
Remember, you will also need to make another separate web page so that the link works correctly.

<html>
<head>
<title>My Home Page</title>
</head>
<body bgcolor=ffffff>

<b>CV and Personal Profile</b>
<hr>
<br>
<img src="euro1.jpg">

Author's Suggested Response

<a href="euro.htm"><img src="euro1.jpg"></a>

border is a switch for imgThis is still clickable but I use the additional switch border=0

« back to menu