cb2004
11-21-2007, 04:46 PM
I always start a new site with this:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<meta name="robots" content="all" />
<meta name="verify-v1" content="" />
<meta name="y_key" content="" />
<title></title>
<link href="css/general.css" rel="stylesheet" type="text/css" />
<link href="favicon.ico" rel="shortcut icon" />
</head>
Are there any that are not really needed or any which I should include?
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<meta name="robots" content="all" />
<meta name="verify-v1" content="" />
<meta name="y_key" content="" />
<title></title>
<link href="css/general.css" rel="stylesheet" type="text/css" />
<link href="favicon.ico" rel="shortcut icon" />
</head>
Are there any that are not really needed or any which I should include?