i'm learning html and i'm using notepad at the moment and i am making a simple website just for fun although i don't think il publish it i'm just playing around with html. I've managed to add working links and i've added some text but i want to add a roll over image. I already have an image in there. Below is the coding i used. I figured out the coding my self after looking at basic things i managed to work out how to change the text color and size at the same time. heres the code:
<html>
<head>
<title>Mike's links</title>
</head>
<body vlink="yellow" bgcolor="purple">
<div style="float:middle;float:right,"><img height="200" width="250" src="http://www.healthandsafetyconsortium.co.uk/images/links.jpg"></div>
<h1 style="text-align: center;">
<font size="7"><b><u>Mike's favourite websites</u></b></font>
</h1>
<p>
<font size="6"> <font color="white">Click on a link:</font>
</P>
<a href="http://www.facebook.com/" target="_blank">facebook</a>
<br/>
<a href="http://www.google.com/" target="_blank">Google</a>
<br/>
<a href="http://www.wolfhome.com/" target="_blank">wolf home</a>
</body>
</html>
I don't know what the code is although i've googled it and found different things and i can't work out where to put it. Any help is appreciated
<html>
<head>
<title>Mike's links</title>
</head>
<body vlink="yellow" bgcolor="purple">
<div style="float:middle;float:right,"><img height="200" width="250" src="http://www.healthandsafetyconsortium.co.uk/images/links.jpg"></div>
<h1 style="text-align: center;">
<font size="7"><b><u>Mike's favourite websites</u></b></font>
</h1>
<p>
<font size="6"> <font color="white">Click on a link:</font>
</P>
<a href="http://www.facebook.com/" target="_blank">facebook</a>
<br/>
<a href="http://www.google.com/" target="_blank">Google</a>
<br/>
<a href="http://www.wolfhome.com/" target="_blank">wolf home</a>
</body>
</html>
I don't know what the code is although i've googled it and found different things and i can't work out where to put it. Any help is appreciated