wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

g8 tr2 html

Total questions: 19

Worksheet time: 9mins

Name
Class
Date
1.

◎To create an interactive webpage we add ...........................  used to input data

a)

<form> … </form>

b)

<HTML> … </HTML>

c)

<BODY> … </BODY>

2.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
3.
<img> tag finds;
a)
finds the image located at the a URL and the src attribute and then displays it.
b)
finds the image located at the SRC in the URL attribute and then displays it.
c)
Adds a cool picture
d)
Does not work in HTML coding
4.

What is the correct HTML element for inserting a line break?

a)

<lb>

b)

<BREAK>

c)

<br>

d)

<break>

5.

Which character is used to indicate an end tag?

a)

!

b)

#

c)

/

d)

\

6.
HTML Language uses
a)
Tabs
b)
Tags
c)
Punctuation
d)
Quotations
7.

What does a opening tag look like?

a)

< >

b)

</ >

c)

<< >>

d)

<

8.

Text input field: which gives ability to the user to enter a string or text data keyboard. To add a text data field:............................

a)

< input   type = "text" >

b)

< input   type = "password" >

9.

Password input field: as the same as text field but (*) symbol will be displayed instead of characters to secure a password key To add password:

a)

< input    type = "password" >

b)

< input    type = "TEXT" >

c)

< input    type = "RADIO" >

10.

<input type = "................." >

a)

radio

b)

TEXT

c)

CHECKBOX

11.

<input type = "................" >

a)

radio

b)

checkbox

12.

<input type = ".................">

a)

button

b)

Submit button

c)

Reset button

13.

The user click this to submit the form data to another webpage assigned by action attribute value of the Form

a)

b)

14.

◎The user click it to clear all data fields to its original state

a)

Reset

b)

Submit

c)

Button

15.

Name attribute used for display a text on the button (    )

a)

yes

b)

no

16.

Submit button used to clear input fields from any previous data  (     )

a)

yes

b)

no

17.

Give ability to choose or select only one option from many options

a)

Radio input field

b)

check box input field

18.

Give ability to choose or select many option from many options

a)

Radio input field

b)

check box input field

19.

To select your proficiency language(s), you can add checkbox input field to a webpage (   )

a)

yes

b)

no