My index page has an error that i dont understand, also one of my pages has gone from 10 errors to 41 and i have no idea why. This is due in for the 11th of August and i really have to pass could anyone help?
Here is the code i am using for my index page. It coming up with this error: end tag for "style" omitted, but OMITTAG NO was specified even though the head tag is clearly in the right place.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="COUNTRIES.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tunisia </title>
<style type = "text/css">
#Tunisia {
position:absolute;
top:190px;
left:53%;
</style>
</head>
<body>
<h1 class="large">Tunisia</h1>
<div id="nav1">
<a href="Sightseeing.html">Things to See</a><br/><br/><br/>
<a href="FamousPeople.html">Famous People</a><br/><br/><br/>
</div>
<br/>
<br/>
<p>Tunisia is the northernmost country in Africa and, at almost 165,000 square kilometres
(64,000 sq mi) in area, the smallest country in the Maghreb region of North Africa.
It is bordered by Algeria to the west, Libya to the southeast and the Mediterranean Sea
to the north and east. As of 2013, its population is estimated at just under 10.8 million.
</p>
<br/><br/>
<p>To find out more information about the beautiful country of Tunisia Visit:<br/>
<a href= "http://www.cometotunisia.co.uk/">ComeToTunisia.com</a><br/></p>
<div id="tunisia">
<img src = "butterfly.jpg" alt="Albums"/>
</div>
</body>
</html>