wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ACTIVITY 1.2 ASSESSMENT

Total questions: 25

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stands for?

a)

Hypertext Markup Language

b)

Hypertest Markup Language

2.

What does XHTML stands for?

a)

eXtensible Hypertext Markup Language

b)

EXtensible Hypertext Markup Languages

3.

What is the current version of HTML?

a)

HTML 4

b)

HTML 5

4.

What does DTD stands for?

a)

Definition Type Declarartion

b)

Document Type Declaration

5.

Symbol of opening tag?

a)

< >

b)

</ >

6.

Symbol of closing tag

a)

< >

b)

</ >

7.

What does WYSIWYG stands for?

a)

What You See Is What You Get

b)

What You Saw Is What What You Got

8.

What does FILO stands for?

a)

First In Lost Out

b)

First In Last Out

9.

Symbol of html tag

a)

</html> <html>

b)

<html> </html>

10.

What is first html tag to use in creating a web page?

a)

<html>

b)

<head>

c)

<title>

d)

<body>

11.

What is second html tag to use in creating a web page?

a)

<html>

b)

<head>

c)

<title>

d)

<body>

12.

What is third html tag to use in creating a web page?

a)

<html>

b)

<head>

c)

<body>

d)

<title>

13.

What is fourth html tag to use in creating a web page?

a)

<html>

b)

<head>

c)

<body>

d)

<title>

14.

What tag you will use if you want to close the title?

a)

</ title>

b)

<title />

15.

Give the symbol of body tag opening and closing tag

(a)  

16.

Give the symbol of head opening and closing tag.

(a)  

17.

Give the symbol of title opening and closing tag

(a)  

18.

Give the symbol of body opening and closing tag

(a)  

19.

What does W3C stands for?

a)

World Word Web Consortium

b)

World Wide Web Consortium

20.

What does URL stands for?

a)

Uniform Resource Locator

b)

Unified Resource Locator

21.

What does WWW stands for?

a)

World Wide Web

b)

Wide World Web

22.

This is where you can view your webpages.

a)

Browsers

b)

Notepad

23.

This will be use if you want to make and edit text files of your webpage.

a)

Browsers

b)

Notepad

24.

What does GUI stands for?

a)

Graphical User Interface

b)

Graphic User Interface

25.

What is the tag of paragraph?

a)

<p> <p />

b)

<p> </ p>