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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?