Log in

View Full Version : Resolved Conflict in Language code mark up



theremotedr
05-19-2015, 07:29 PM
Here is the page in question,
http://www.theremotedoctor.co.uk

Ive added the following
<html lang=”en”>

But the W3C Validator informs me it should be this
<html lang="”en”">

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.theremotedoctor.co.uk%2Findex.html++++++++&charset=%28detect+automatically%29&doctype=Inline&group=0&st=1&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices

When i edit it to the advised the Validator then spits out an error about what it advised me ???

Beverleyh
05-19-2015, 07:47 PM
I think that's because of those slanty quotation marks - they should be the straight ones, like this;

<html lang="en">

theremotedr
05-19-2015, 08:02 PM
Correct,
Earlier when i said that i had just done it,i had but didnt even relise there were 2 items the same.

Living up to the name Newbie.