Survey Form Submit Button Help

Every time I try to create a submit button it doesn’t show up on the page.

Codepen: https://codepen.io/Jediadam/pen/xzdmPL

The html is not tidy so I think it is easy to make mistakes.
It helps to tidy up the code a bit so you can see it :slight_smile:

  	<div class="inputs options ">
					
						<select>
							<option disabled value selected="selected">Select an Option</option>
							<option value="student">Male</option>
							<option value="learner">Female</option>
							<option value="professional">Transgender</option>
							<option 
   
                      </select>
    </label>

Notice anything wrong above?