56 solutions available
Question 1Which Input attribute of HTML form specifies the initial value to the field?
Question 2Which button is used to clear the contents of a form?
Question 3Which form control allows a user to make a selection of only one option among the several possible options?
Question 4Which attribute is used to preselect Checkbox?
Question 5Name the form control which acts like a toggle switch which helps the user to select or deselect more than one item.
Question 6Name the attribute used to indicate that the choice in a drop-down list is preselected.
Question 7Which attribute of the drop-down list is used to add a scroll feature to it?
Question 8Name the entity used to select multiple options from the items displayed in a list.
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 1A Form is a collection of ............... of information on a page.
Question 2A ............... allows a user to enter alphanumeric data that is a combination of characters and numbers.
Question 3A ............... is like a toggle switch, which helps the user to select or deselect one or more than one items.
Question 4When the user has to make a selection among the several possible options, ............... buttons are used.
Question 5............... programs are required to process the information present in a form.
Question 6Two important attributes to set up a form are ............... and ............... .
Question 7The default value of Method attribute is ............... .
Question 8The ............... attribute of form specifies the file/page that the form is submitted to.
Question 9The ............... attribute of <INPUT> tag specifies the initial value for the field.
Question 10The ............... tag is used along with the <SELECT> tag to display a list of options.
Question 1What do you understand by the Method attribute? Differentiate between the Get method and the Post method.
Question 2Explain any two input elements.
Question 3Differentiate between:Radio Button and CheckboxSubmit Button and Reset Button
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 1Which element sets up an area of the web page for a form?Input elementForm elementCheckbox elementNone of these
Question 2Which form elements can accept input from the user?InputGETPOSTNone of these
Question 3Which of the following code adds a text box on a form?<INPUT Type = "Text"><INPUT Type = "Textbox"><INPUT Type =...
Question 4Which of the following buttons is used to clear the contents and set the values of all the form elements to their initial...
Question 5Which tag is used to define a selection list in a form?<OPTION><SELECT><NAME><SELECTION>
Question 6CGI stands for .............. .Computer Graphics InterfaceCommon Gateway interfaceCollective Gateway InterchangeCommon Graphics Interface
Question 7Which of the following are the attributes of the <INPUT> tag?Value and SizeName and LengthType and TextNone of these
Question 8Which attribute of the <INPUT> tag specifies that the input element should be preselected when the web page...
Question 9The ............... attribute of <INPUT> tag specifies the maximum number of characters for the input field.SizeLengthMaxsizeMaxlength
Question 10Which attribute of the <TEXTAREA> tag defines the width of the textarea?RowsWidthColsNone of these
Question 1Name the attributes which are used with the <INPUT> tag.
Question 2Which tag helps in creating a drop-down list on a form area?
Question 3Which attribute of <INPUT> tag specifies what type of form control will be added to the form area?
Question 4Which tag adds a multi-line text box on the form area?
Question 5A form is divided into how many sections?
Question 6What is the purpose of a password field?
Question 7What is the purpose of a scroll bar added with a combo box?
Question 8How can you select multiple options from the items displayed in a list?
Question 1A drop-down list displays a list of options from which the user can select an item.
Question 2Radio button is a toggle switch used to select or deselect one or more items.
Question 3Forms can be classified into three sections.
Question 4The Input element sets up an area for a form on the web page.
Question 5Generally, we require one element to create a form in HTML.
Question 6The Button element creates button controls.
Question 7The Label element is used to describe the Form controls.
Question 8The <INPUT> tag is used to create multi-line text box.
Question 9Maxlength attribute specifies the width of the input field.
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.