Learn HTML Forms by Building a Registration Form - Step 3

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:

yes it may be a browser issue.
Can you download a different one for your mac and try there?

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