Tell us what’s happening:
It saying the title is wrong, but i’m not sure what im doing wrong .
Says it needs to be titled Registration Form and it is. I’ve tried everything so am i missing something???
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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Learn HTML Forms by Building a Registration Form - Step 4