I’ve had tests fail before even though the code is right. I think this is a mac issue because I’ll switch to a PC and enter the same thing and the code passes.
The task was to add head and body tags between the html tags. The test wouldn’t pass with the code below.
**Code so far**
<!DOCTYPE html>
<html lang="en">
<head></head>
<body></body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:104.0) Gecko/20100101 Firefox/104.0
Challenge: Learn HTML Forms by Building a Registration Form - Step 3
Link to the challenge: