11 solutions available
Question 1Shagun wants to customize the width and height of the textarea in her form. How can she do it?
Question 2Write the HTML code to create the following form elements:
Question 3In the examination, Suparna has been asked to write the code for placing a drop-down list in the form area. She is also asked to indicate...
Question 4Write a short note on the application areas of forms.
Question 5Define the following attributes associated with the <INPUT> tag:i. Typeii. Valueiii. Size
Question 6Describe the Cols attribute and Rows attribute of the <TEXTAREA> tag.
Question 7Which of the following are the attributes of the <INPUT> tag?Value and SizeName and LengthType and TextNone of these
Question 9The ............... attribute of <INPUT> tag specifies the maximum number of characters for the input field.SizeLengthMaxsizeMaxlength
Question 8How can you select multiple options from the items displayed in a list?
Question 10The <OPTION> tag is used with an <INPUT> tag to display a list of options.
Question 11Rows attribute defines the height of the Textarea.