- <form action="#" method="post">↩
- ↩
- <!-- Section 2b: HTML form controls to obtain gender, age, email, and comment -->↩
- ↩
- <table>↩
- ↩
- <tr><td>Gender:<td colspan="1">↩
- <input type="radio" name="gender" value="M" required>Male ↩
- <input type="radio" name="gender" value="F">Female ↩
- <input type="radio" name="gender" value="G">Genderqueer ↩
- <tr><td>Age:<td colspan="1">↩
- <input type="number" name="age" min="1" max="100">↩
- <tr><td>Email:<td colspan="1">↩
- <input type="text" name="email">↩
- <tr><td colspan="3">Comment:↩
- <tr><td colspan="3"><textarea rows="4" cols="45">↩
- </textarea></tr>↩
- <div class="center">↩
- <input class="myButton" type="submit" value="Submit and Exit"> <!--Move the Submit and Exit button below the table-->↩
- </div>↩
- </table>↩
- ↩
- ↩
- <div class="center">↩
- <input class="myButton" type="submit" value="To Continue">↩
- </div>↩
- </form>
Hello, this is my code and a verification website is indicating these issues.
Any help would be much appreciated.
PS: I am unable to move my submit button into the table, it is just displayed above it, thanks.