html image into hyperlink?

James

New member
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>

<title><h1>Creating HTML using Notepad</title></h1>

</head>

<body>
<p>Hello <b>world! <p></b>
<p><h2>This task is part of the tutorial for week 5 of MU130<p></h2>
<a href="http://www.nufc.co.uk/page/Welcome/" target= "_blank">Newcastle United Website</a>
<P><img src="images/nufc.jpg"
</body>

</html>

right that is my html i now want to turn the "nufc.jpg" image into a hyperlink to the same page as the link goes to above the image
<a href="http://www.nufc.co.uk/page/Welcome/" target= "_blank">Newcastle United

also as part of the task i need to Use the ALT tag and nest (arrange) the <img> and <a> tags in such way as to turn the image into a hyperlink.

thanks for any help im really stuck
 
Back
Top