Struggling with html table and verification

Joined
Nov 10, 2018
Messages
2
Reaction score
0
  1. <form action="#" method="post">
  2. <!-- Section 2b: HTML form controls to obtain gender, age, email, and comment -->↩
  3. <table>↩
  4. <tr><td>Gender:<td colspan="1">↩
  5. <input type="radio" name="gender" value="M" required>Male&emsp;↩
  6. <input type="radio" name="gender" value="F">Female&emsp;↩
  7. <input type="radio" name="gender" value="G">Genderqueer&emsp;↩
  8. <tr><td>Age:<td colspan="1">↩
  9. <input type="number" name="age" min="1" max="100">↩
  10. <tr><td>Email:<td colspan="1">↩
  11. <input type="text" name="email">↩
  12. <tr><td colspan="3">Comment:↩
  13. <tr><td colspan="3"><textarea rows="4" cols="45">↩
  14. </textarea></tr>
  15. <div class="center">
  16. <input class="myButton" type="submit" value="Submit and Exit"> <!--Move the Submit and Exit button below the table-->↩
  17. </div>↩
  18. </table>↩
  19. <div class="center">↩
  20. <input class="myButton" type="submit" value="To Continue">↩
  21. </div>↩
  22. </form>

Hello, this is my code and a verification website is indicating these issues.
Any help would be much appreciated.

upload_2018-11-10_18-31-13.png


PS: I am unable to move my submit button into the table, it is just displayed above it, thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top