Button issue in the survey form

Tell us what’s happening:

I have tried all the ways in which i can use a button

first was :-

<button type="submit" name="Submit" id="submit">Submit </button>

second was:-

<input id="submit" type="submit" value="Submit" class="submit-button">

third was:-

<button type="submit" id="submit" class="submit-button">
Submit
</button>

i am still not able to clear this challenge i am stuck at 16/17

Your code so far

    Almost completed 

Your browser information:

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

Challenge: Build a Survey Form

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-formhttps://codepen.io/freeCodeCamp/pen/MJjpwO

You need to put the pen link in the message body if you want someone to check your code (not the link you put in the title which is just the empty pen with the test suite, but the link to your pen in which you have saved your project), also when you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

i am not able to understand what you want me to do?
i have provided my project link ,is it not working?

Hi @nihalkhan9769,

Are your including your submit button inside the form tags?

<form>
<button type="submit" id="submit">Submit</button>
</form>

The link you provided is to the project. We’re asking you to provide the link to your pen so we can see your code.