Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.

when starting this project do i need to add a !DOCTYPE html or no?
Your code so far

<!-- file: index.html -->


/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Yes, you will need all of the standard head elements, including meta tags etc.
Here’s a guide to what to include in an HTML document head:

NOTE: Don’t forget a <link> element to link your CSS file to your HTML doc.

okay thanks for helping me out. appreciate it