I can’t preview my work and all test cases fail:
I am working on my survey form project and I notice that I can’t preview my code even after saving it. Also all test cases fail even when I am certain I have done some of the cases.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Survey Form</tile>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1.0">
</head>
<body>
<h1 id="title">freeCodeCamp Survey Form</h1>
<p id="description">hank you for taking the time to help us improve the platform</p>
<form id="survey-form">
<fieldset>
<label><input/></label>
</fieldset>
<fieldset>
</fieldset>
</form>
</body>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Challenge: Survey Form - Build a Survey Form
Link to the challenge: