Survey Form project assist

Hello Everyone I just started coding a week or two ago and am having trouble with the survey project in the curriculum. My elements are not showing as descendants of a form. I also can not get the text favorite BBQ Entrée to appear above my radio buttons, I have tried using <p> and <label>. I know the project is very generic so any feedback and tips for a newbie would be greatly appreciated (:

Code: https://codepen.io/gitmoney888/pen/wvyEEYZ

Blockquote

1 Like

You forgot to close the select tag.

There are other unclosed / misplaced tags as well

In codepen, you do not need to include tags such as html, body, etc.
CodePen Tips and Best Practice (freecodecamp.org)

1 Like

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