Tell us what’s happening:
Describe your issue in detail here.
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Registration Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Registration Form</h1>
<p>Please fill out this form with the required information</p>
<form method="post" action='https://register-demo.freecodecamp.org'>
<fieldset>
<label for="Name">Enter Your Name<input type="text" name="Enter Your Name" placeholder="Enter Your Name"/></label>
<label for="Email">Enter Your Email<input type="text" name="Enter Your Email" placeholder="Enter Your Email"/></label>
<label for="password">Enter Your Password<input type="password" name="password" placeholder="Enter Your Password"/></label>
</fieldset>
<fieldset></fieldset>
<fieldset></fieldset>
</form>
</body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Registration Form</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Registration Form</h1>
<p>Please fill out this form with the required information</p>
<form method="post" action='https://register-demo.freecodecamp.org'>
<fieldset>
<label for="Name">Enter Your Name<input type="text" name="Enter Your Name" placeholder="Enter Your Name"/></label>
<label for="Email">Enter Your Email<input type="text" name="Enter Your Email" placeholder="Enter Your Email"/></label>
<label for="password">Enter Your Password<input type="password" name="password" placeholder="Enter Your Password"/></label>
</fieldset>
<fieldset></fieldset>
<fieldset></fieldset>
</form>
</body>
</html>
Your mobile information:
STK-LX1 - Android 10 - Android SDK 29
Challenge: Learn HTML Forms by Building a Registration Form - Step 14
Link to the challenge:
