hi,im going crazy im introduced to the basics of xhtml and when
i tried to insert an image it dosent appear in the browser
i have checked the code 100 times nothing seems wrong
thie is the simple code
<?xml version="1.0" enconding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //en"
"http://www.w3.org/tr/xhtml 1.0transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>world peace</title>
</head>
<body>
<img border="0" src="/images/2173453.jpg" alt="koria girl" width="304" height="228" />
</body>
</html>
thank you in advance...