Do you see the misspelling of “initial”. I would recommend you always copy/paste from the instructions if possible to avoid these little typos.
You have found a bug in the test. Apparently, it doesn’t like it when you have both meta tags on the same line. So move the second meta tag to a line below the first one and then after you fix the typo above it will pass.
thanks for the first tip nut the code doesn’t pass even after moving the second meta element to a different line. does the order of the meta elements matter?
You’ll need to paste your updated HTML in here so we can see what you did. It passed for me with the two changes I suggested, so if it is not passing for you then there is something else wrong and we’ll need to see your HTML.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.
I just tested with the meta elements in both orders and it worked both times. So I don’t think this was a problem with order of the meta elements. But it sounds like you got it to work!