Tell us what’s happening:
CSS - design a registration form. STEP 1. within the body add a H1 element with the text - " Registration Form" - tried on google chrome, edge and firefox. cleared cache etc. refreshed several times. copied and pasted text from instructions and from error message just in case. Nada! Won’t accept the code. What’s wrong? this is only step one! Going insane!
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Registration Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- User Editable Region -->
<h1> Registration Form </h1>
</body>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36
Challenge Information:
Design a Registration Form - Step 1