I have some problem with my HTML code but I cannot figure out why, hope you guys can help me.
My website here http://caycanh.url.ph/ although displayed fine, I saw some problem when I use Firebug to detect the code. This is how it displayed in Firebug dock:
<html lang="en-US">
<head> </head> ******THIS IS WHERE THE STRANGE THING HAPPEN*******
<body>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>Cây cảnh</title>
<meta content="Purple Tree Farm, Tennessee, farmers market, Murfreesboro, Franklin, Shelbyville, seasonal plants, Bedford County, hanging baskets, potted herbs, vegetable slips, greenhouses" name="keywords">
<meta content="Loca....
....
</body>
Strange thing is the meta
, title
, link
, script
tags stay in body
instead of head
tag.
I could not fine any problem with the code generated by Wordpress when I use View page source
function (Firefox) to observe the codes.
Please help me find out why those tags does not stay in head
as normal
You can see my code index.php, footer.php, header.php to see how I linked all of them with this link: http://www.mediafire.com/download/akq847eojdl2fi6/index.zip
Thanks all of you for your help