Q4

Question 4

Create a Registration / Admission or Feedback Form with Input Type, Select and Text Area, Text Box, Option/radio buttons, Checkboxes, Reset and Submit buttons using HTML.

Tags that will be used:

  • <table>

  • <form>

  • <tr>

  • <td>

  • <label>

  • <button>

  • <input>

    • text

    • password

    • file

    • checkbox

    • radio

    • submit

  • <select>

  • <optgroup>

  • <option>

  • <textarea>

Browse Source Code

Code

3KB
Open
Download html-4.html

Output

Image output for html-4.html
Live Demo html-4.html

Last updated