**i am trying to do my first certification project but each time i run my code, it shows show that my title element and other element is blank whereas the the title element is not blank pls assist me on this
Your code so far
<!-- file: index.html -->
<!doctype html>
<html lang="en">
<head>
<title>Survey Form</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Survey Form</h1>
<p>Thank you for taking the time to help us improve the platform</p>
</body>
</html>
/* file: styles.css */
body {background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg);
background-color: #097949;
width: 100%; height: 100vh; margin: 0;
color: white;
padding: 20px;
}
h1, p {text-align: center;}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: