Tell us what’s happening:
Describe your issue in detail here.
So in the question write the text given below inside a p element question I did exact same thing what they told me to do but still it shows me it’s wrong
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>
<h1>Registration Form</h1>
<p>Please fill out this form with the required information.</p>
</body>
</html>
Link to the challenge: