wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Designing Quiz-1

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

What does HTML stands for?

a)

Hypertext Machine language

b)

Hypertext and links markup language

c)

Hypertext Markup Language.

d)

Hightext machine language

2.

How is document type initialized in HTML5.?

a)

</DOCTYPE HTML>

b)

</DOCTYPE>

c)

<!DOCTYPE HTML>

d)

</DOCTYPE html>

3.

Which of the following HTML Elements is used for making any text bold ?

a)

<p>

b)

<i>

c)

<li>

d)

<b>

4.

Which of the following characters indicate closing of a tag?

a)

.

b)

/

c)

\

d)

!

5.

How many heading tags are there in HTML?

a)

2

b)

3

c)

5

d)

6

6.

HTML program is saved using _________ extension.

a)

.hmt

b)

.html

c)

.mht

d)

.htmq

7.

Who was the primary author of HTML?

a)

Brendan Eich

b)

Sabeer Bhatiya

c)

Google Inc.

d)

Tim Berners-Lee

8.

which of the following tag is used to mark a begining of paragraph ?

a)

<TD>

b)

<br>

c)

<P>

d)

<TR>

9.

Correct HTML tag for the largest heading is

a)

<head>

b)

<h6>

c)

<heading>

d)

<h1>

10.

What are Empty elements and is it valid?

a)

No, there is no such terms as Empty Element

b)

Empty elements are element with no data

c)

No, it is not valid to use Empty Element

d)

None of these

11.

Web pages starts with which ofthe following tag?

a)

<Body>

b)

<Title>

c)

<HTML>

d)

<Form>

12.

Who is making the Web standards?

a)

Google

b)

The World Wide Web Consortium

c)

Mozilla

d)

Microsoft

13.

Which HTML element defines the title of a document?

a)

<title>

b)

<meta>

c)

<head>

d)

<body>

14.

Which HTML element defines the head of a document?

a)

<title>

b)

<meta>

c)

<head>

d)

<hd>

15.

What is the purpose of HTML

a)

To make a formatted document

b)

To make a web page

c)

To edit photos

d)

To make a creative slide

16.

Google Chrome is an example of a what?

a)

URL

b)

IP address

c)

Web browser

d)

metal

17.

What goes in the <head> section?

a)

A brain

b)

the title

c)

hair

d)

the body

18.

The part of an HTML document that includes the content seen in a web page is the:

a)

Body

b)

Head

c)

Info block

d)

Content block

19.

Which of these is a correct starting tag?

a)

<H1>

b)

</H1>

c)

<H!>

d)

</H/>

20.

Which is these is a correct ending tag?

a)

<body>

b)

</body/>

c)

<'body'>

d)

</body>