1.

The <FORM> tag is used to accept data and communicate with a server program.1. Name any two attributes of FORM tag.2. How will you create a “SUBMIT” button and a “RESET” button within the FORM tag?

Answer»

1. Action, Method

2. <INPUT Type = “submit”>
<INPUT Type = “reset”>



Discussion

No Comment Found