Page 82 - Trackpad_V4.0_C8_Flipbook
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?
Premium Edition-VIII
80

