New Responsive Web Design Step 66

in step 66 it asks that i “Add the lang attribute with the value en to the opening html tag to specify that the language of the page is English.”

the code should read as follows:

<html lang = "en">

right?

I type it out this way and it says that i have omitted the lang attribute even though when i skip to the next step the code is exactly what ive written.

still says its wrong for some reason.

Remove spaces between lang, equal sign, and “en”.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.