<h1>HTML Form Quiz</h1>Online version <p>Test your knowledge about HTML forms with this quiz!</p> by ÂņŤhØŅý 016 1 What does the 'input' tag represent in HTML forms? a A) An input field b D) A heading c B) A button d C) A paragraph 2 Which attribute is used to define the type of input in an 'input' tag? a B) value b A) type c D) placeholder d C) name 3 What is the purpose of the 'textarea' tag in HTML forms? a D) To create a dropdown list b A) To create a multi-line text input field c B) To submit the form d C) To display an image 4 Which attribute is used to specify the URL where the form data is sent? a D) enctype b A) action c C) target d B) method 5 What does the 'select' tag create in an HTML form? a A) A dropdown list b D) A text area c B) A checkbox d C) A radio button 6 Which input type is used for selecting a date in HTML forms? a C) number b B) text c D) checkbox d A) date 7 What is the purpose of the 'label' tag in HTML forms? a D) To add a background color b A) To provide a label for an input field c C) To create a button d B) To style the form 8 Which attribute is used to specify the maximum number of characters in an input field? a A) maxlength b C) min c B) size d D) step 9 What is the purpose of the 'button' tag in HTML forms? a A) To create a clickable button b C) To add an image c B) To display text d D) To create a form 10 Which attribute is used to specify a default value for an input field? a D) required b A) value c C) type d B) placeholder