Gr6 HTML Forms Worksheet Answers
Gr6 HTML Forms Worksheet Answers
Grade: 6
Subject: ICT
Name: ____________________ Section: ________________
Date: ____________________ Submission date: ________________
Project 6: HTML Form Worksheet No. 05
1. Which of the following attributes does not belong to the <input> element?
a) Type b) Name
c) Value d) Max
2. To create a form in HTML, ________ tag is used.
a) <head> .. </head> b) <form> ..</form>
c) <h1>….</h1> d) <br>
3. Which tag is used to create a simple button?
a) <input type= “button”> b) <input = “submit”>
c) </input type= “submit”> d) <br type= “submit”>
4. The ________ attribute does not belong to ‘range’ type attribute of input tag.
a) Name b) Min
c) Max d) Minimum
5. Which of the following is a form type for adding value as date of admissions?
a) <input type = ‘password’> b) <input type = ‘submit’>
c) <input type = ‘date’> d) <input type = ‘all’>
6. Identify the type of button used in html form.
a) Submit b) Checkbox
c) Radio d) Text
7. __________tag is used to create a link on a button.
a) <br> b) <hr>
c) <a> d) <em>
8. Which of the following doesn’t create a button in form?
a) <input type=”submit”> b) <input type=”email”>
c) <input type=”button”> d) <input type=”reset”>
9. Which type attribute creates an input field with a slider?
a) Number b) Checkbox
c) Range d) File
Page 1 of Page 2
3. <option> tag is used to create dowpdown items.
4. Checkbox allows us to select more than 1 options.
5. <label> tag is used to create labels for input elements.
6. <form> tag works as a container for different elements like textbox, radio button, labels etc.
1. <input> element helps the user to enter different types of inputs in HTML form. T
2. <legend> tag is used to add text for the fieldset border. T
3. <button> tag is used to create simple button. T
4. Shift+O is the short key combination to “Run with Live Server”. F
5. <input type= “image”> help user to upload a file in html form. F
6. While creating multiple radio buttons, we must keep the same value for the ‘name’ T
attribute.
7. For checkboxes, the contents written for ‘value’ attribute is displayed in the browser. F
Page 2 of Page 2