wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

DWD201.01-Quiz

Total questions: 16

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following are used to view documents on the Internet and World Wide Web?

a)

Navigators

b)

System Software

c)

Browsers

d)

Explorers

2.

CSS is an acronym for

a)

Cascading Style Sheet

b)

Cascading Sheet Style

c)

Cascading System Style

d)

None of the Above

3.

What is the language of the Web?

a)

Basic

b)

C++

c)

MS Visual Basic

d)

HTML

4.

Title tag is nested within the …………………. tag

a)

Body

b)

Head

c)

List

d)

Table

5.

Basic fundamental block is called as ___

a)

HTML tag

b)

HTML body

c)

HTML Attribute

d)

HTML Element

6.

HTML tags are surrounded by ___ brackets

a)

Angle

b)

Square

c)

Round

d)

Curly

7.

We can write HTML code using ____. Select appropriate option(s).

a)

VLC Media

b)

Notepad

c)

Microsoft PowerPoint

d)

None of these

8.

HTML is considered as ___ language

a)

Programming Language

b)

OOP Language

c)

High Level Language

d)

Markup Language

9.

Which of the following tags are related to Table in HTML?

a)

<table> <row> <column>

b)

<table> <tr> <td>

c)

<table> <head> <body>

d)

<table> <header> <footer>

10.

Text within <STRONG> … </STRONG> tag is displayed as ________

a)

bold

b)

italic

c)

list

d)

indented

11.

What is the difference between HTML and CSS?

a)

HTML deals with the function of the site and CSS the form

b)

CSS is a markup language unlike HTML

c)

CSS deals with the function of the site and HTML the form

d)

There is no difference

12.

What is the function of the tag below?

<title> This tag </title>

a)

Store meta information about the title

b)

Show the server how to index the website

c)

Stores the title of the website for the browser and search engine results

d)

Show the server how to title the website

13.

What is the purpose of indentation in HTML?

a)

It makes the code more readable

b)

HTML is whitespace dependant

c)

It is required in HTML’s syntax

d)

None

14.

What is this tag used for?

<ol></ol>

a)

List items

b)

Unordered lists

c)

All lists

d)

Ordered lists

15.

What is the correct syntax for items inside a list?

a)

<li> item </li>

b)

<ol> item </ol>

c)

<li /> item

d)

<ul> item </ul>

16.

Inside table elements, what does text-align style?

a)

Text

b)

Images

c)

Buttons

d)

Divs