Quote:
Originally Posted by charlyanderson
My Header code is like this:-
Code:
<!DOCTYPE html>
<head>
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<html lang="en">
|
Your HTML tag is in the wrong place - it should be wrapped around the HEAD and BODY tags so that everything except the DOCTYPE is inside it.