Tell us what’s happening:
Everything looks fine according to the instructions, why is the code not passing? I’ve looked at others questions and see that they’ve been given more code to add. is my instructions missing part of code i should be adding?
Your code so far
<!DOCTYPE html>
<html lang="en">
<!-- User Editable Region -->
<head>
<title> Registration Form </title><meta charset="utf-8">
</head>
<!-- User Editable Region -->
<body>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0
Challenge Information:
Learn HTML Forms by Building a Registration Form - Step 4