Head/Body tags test not working?

Tell us what’s happening:
I thought I’ve done everything right, but it continues to tell me that my head/body tags are not children of the HTML tag and that they don’t wrap around the other sections. They clearly do, don’t they?

Your code so far


<!DOCTYPE html>
<html>
<head>
  <title>The best page ever</title>
</head>
<body>
<h1>The best page ever</h1>
<p>Lorem Ipsum</p>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763.

Challenge: Define the Head and Body of an HTML Document

Link to the challenge:

Fixed the issue. For all wondering, using a different browser (Chrome instead of Edge) is what fixed the issue. Not sure why.

are you using last version of edge?
if yes could you please open a bug report about this?

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Probably not the latest version. But I will upgrade it and test it when I am home from work today.