Line 21, Column 49: Bad value cache for attribute content on element meta: The legacy encoding declaration did not start with text/html;.
<meta http-equiv="Content-Type" content="cache">
Syntax of legacy character encoding declaration:
The string text/html;, optionally followed by whitespace, followed by charset=, followed by an encoding name labeled as a "preferred MIME name" in the IANA Character Sets registry. Example: text/html; charset=utf-8
This is my code;
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="cache">
Now I'm trying to self teach the whole webdesign thing so am not entirely sure what to do to correct it if needed. I'm struggling to find anything on the net that explains the content="cache" in lamens terms. Two questions, anyone know of anywhere where I can learn the specifics of the above meta's and a should I be worried about it not validating??
Many thanks.
This post has been edited by Renaissance-Design: 02 February 2012 - 01:55 PM
Reason for edit: Please use the code button or tags to format your code.
Help















