Page 82 - Code_GPT_Class_8
P. 82

Father's Name: <INPUT TYPE="TEXT"> <BR><BR>

              Age in Years: <INPUT TYPE="TEXT"> <BR><BR>

              Gender: <INPUT TYPE="RADIO" NAME="gender"> Male <INPUT TYPE="RADIO" NAME="gender">
              Female <BR> <BR>
              Address: <TEXTAREA ROWS ="4" COLS = "80"> </TEXTAREA> <BR> <BR>

              Hobbies: <BR>

              <INPUT TYPE="CHECKBOX"> Playing Cricket <BR>
              <INPUT TYPE="CHECKBOX"> Listening to Music <BR>

              <INPUT TYPE="CHECKBOX"> Reading Books <BR>

              <BR> <BR>
              Enroll for Class:

              <SELECT>
              <OPTION> Class 1

              <OPTION> Class 2

              <OPTION> Class 3
              <OPTION> Class 4

              <OPTION> Class 5

              <OPTION> Class 6
              <OPTION> Class 7

              <OPTION> Class 8

              </SELECT>
              <BR>

              <BR>
              <INPUT TYPE="SUBMIT" VALUE="SUBMIT">

              <INPUT TYPE="RESET" VALUE="RESET">

              </FORM>
              </BODY>

              </HTML>




                                 Imagine creating a website that hosts interactive debates and discussions. How would you
                                 use HTML to structure the conversation and incorporate multimedia content? Design a web
                                 page that would foster meaningful exchanges among participants?









                        CodeGPT (Ver. 4.0)-VIII
                 80
   77   78   79   80   81   82   83   84   85   86   87