Saved Bookmarks
| 1. |
In HTML, FORM tag can accept user input and communicate it to a server program. (a) Write the general format of FORM tag.(b) How will you Construct a ‘SUBMIT’ button and a RESET’ button within the FORM tag? |
|
Answer» (a) <form action=url/mailto method=get/post></from> (b) <nput type=”submit”><input type=”reset”> |
|