What is wrong with this simple HTML code?

Starky8

New member
Can someone please help me, im very new to HTML but have been able to add links in the past no problem, im using Notepad++ and the link i put at the bottom will not work, no matter what i try? what could be wrong the link works on other Notepad++ pages. i removed the content so i don't bore you.

<html>
<head>
<link href="styles.css" rel="stylesheet" type="text/css">
<title>Ontime Accounting Services</title>
<img src="Ontimeaccounting.jpg/>
<head/>
<body>
<p>
blah
<p/>
<p>
blah
<p/>
<table>
<tr><td>blah<td/><tr/>
<tr><td>blah<td/><tr/>
<tr><td>blah<td/><tr/>
<tr><td>blah<td/><tr/>
<tr><td>blah<td/><tr/>
<table/>
<p>
blah blah <a href="http://www.kingston.ac.uk/">Web Site</a>
<p/>
<body/>
<html/>
 
Back
Top