The empty space under the <body> tag and script tag and link tag goes under the body tag from the header


Hi guys, I wrote a php application using php + smarty.
When I look at the source code in firebug, I find that the link tag and the script tag fall under the body tag . but I have to be under my head .
and there is a space below the body tag .
and there is blank space on my top of my web page.
so what's the problem?
+3
4 answers
Send your HTML code through the validator ( http://validator.w3.org/ ) - it will tell you what your error is (missing closing tag or something else).
0