Advertisements
Advertisements
प्रश्न
Discuss the following and Answer the question.
A Jr. web designer wants to design a webpage to enter the employee name, address. He needs a button to clear the form content and submit the data.
- Write the different controls he will use to create the web page.
- State the tags to be used for the controls.
थोडक्यात उत्तर
उत्तर
‹!DOCTYPE html›
‹html›
‹head›
‹title›Form‹/title›
‹/head›
‹body›
‹form›
‹input type="text" name="employee_name" /›‹br /›
‹textarea name="address"›‹/textarea›‹br /›
‹input type="submit" /›‹br /›
‹input type="reset" /›
‹/form›
‹/body›
‹/html›
shaalaa.com
HTML Forms
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?