View Single Post
Old 12-30-2012, 07:54 PM   PM User | #10
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by charlyanderson View Post
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.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote