How to handle to Survey form Project

Tell us what’s happening:
Describe your issue in detail here.
Your code so far
The project should be look exactly from the example given?Help kindly

/* file: index.html */
<!DOCTYPE html>
<html>
<head>
   <title>freeCodeCamp Survey Form</title>
   <link rel="stylesheet" type="text/css" href="styles.css" />
</head>

<body>
 <h1>freeCodeCamp Survey Form</h1>
 <p>Thank you for taking the time to help us improve the platform</p>

</body>



</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; Nokia 2.1 Build/QKQ1.190828.002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36

Challenge: Build a Survey Form

Link to the challenge:

HI @Vynx !

No, that is not correct.

The sample is just one way to build the projects.
But there are dozens of ways to build it.

It is encouraged that you build your own project away from the sample because you will learn a lot more that way.

Hope that helps!

Thank you ,I appreciate

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.