0% found this document useful (0 votes)
23 views2 pages

Gr6 HTML Forms Worksheet Answers

The document is a worksheet for Grade 6 ICT students at The Manthan School, focusing on HTML forms. It includes multiple choice questions, fill-in-the-blank statements, true/false questions, and a matching exercise related to HTML elements and attributes. The worksheet aims to assess students' understanding of HTML form creation and related concepts.

Uploaded by

gunitachhabra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views2 pages

Gr6 HTML Forms Worksheet Answers

The document is a worksheet for Grade 6 ICT students at The Manthan School, focusing on HTML forms. It includes multiple choice questions, fill-in-the-blank statements, true/false questions, and a matching exercise related to HTML elements and attributes. The worksheet aims to assess students' understanding of HTML form creation and related concepts.

Uploaded by

gunitachhabra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The Manthan School, Greater Noida West

Grade: 6
Subject: ICT
Name: ____________________ Section: ________________
Date: ____________________ Submission date: ________________
Project 6: HTML Form Worksheet No. 05

Multiple Choice Questions

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

Fill in the blanks


1. <BR> tag does not have a closing tag.
2. Row attribute defines the height and Cols attribute defines the width of the textarea box.

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.

State True or False

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

Match the following

a) <input type=”range”> I. ‘col’ and ‘row’ attributes (c )


b) <form> tag II. “Run with Live Server” (d)
c) <textarea> tag III. Drop down (e)
d) Alt + L + O IV. Create online form (b)
e) <Select> V. Src (f)
f) <img> VI. creates an input field with a slider (a)

Teacher’s Signature HM’s Signature

Page 2 of Page 2

You might also like