Example project feedback (Responsive Web Design Projects - Build a Survey Form)

This is just a tiny issue, the project example presented in here:https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-survey-form/
Shows that Age is required
image
but in the codepen’s code, age doesn’t have the “required” attribute.

Can this be fixed? Thank you for everything!

I really didn’t understand your question but, if you want to use the required attribute, just write “required” at the end of your input opening tag

You’re right, but this isn’t my project this is the example project from FCC.