W3C validator throws me the following errors. What are the best process to fix this through html markup? I found some solutions using httaccess.. Wonder if it can be fixed through markup?
Line 5, column 62: Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Line 7, column 44: Bad value encoding for attribute http-equiv on element meta.
<meta content="utf-8" http-equiv="encoding">
Line 8, column 67: Bad value expires for attribute http-equiv on element meta.
<meta http-equiv="expires" content="mon, 27 sep 2015 14:30:00 GMT">