Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz #2-Programming

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

It is a special character that means non-breaking space.

a)

&nbsp

b)

 

c)

nbsp;

d)

None of the above

2.

You can make letters appears in both boldface and italics by inserting one pair of tags inside another pair called _________.

a)

Neck tags

b)

Net tags

c)

Nest tags

d)

None of the above

3.

With FILO rule in mind – You may interchange the tags as long as the first that you open is the last that you close. FILO means?

a)

First In Last Off

b)

First In Last Out

c)

First In Last On

d)

First In Last offer

4.

All HTML Documents must start with a __________ declaration.

a)

<! DOCTYPE>

b)

<! DocType>

c)

<! doctype>

d)

all of the above

5.

It is a tag where you commands the browser to display the text in fixed-width (i.e., monospace or typewriter) typeface and makes it appear exactly as it was typed in Notepad.

a)

Preformatted text

b)

Preformatted type text

c)

Preformatted tags

d)

formatted text

6.

It is an empty tag that can be used to separate different areas of a Web page and help improve its design.

a)

Horizontal line

b)

Horizontal rule

c)

Break line

d)

Break rule

7.

What is the tag for unordered or bulleted list

a)

<ul> </ul>

b)

<ol> </ol>

c)

<li> </li>

d)

<dl> </dl>

8.

It is an empty tag that can be used to enter to the next line.

a)

<br />

b)

<hr />

c)

<br></br>

d)

<hr></hr>

9.

What is the tag for boldface

a)

<ul></ul>

b)

<em></em>

c)

<strong></strong>

d)

<ol></ol>

10.

what is the tag for UNDERLINE?

a)

<b></b>

b)

<i></i>

c)

<u></u>

d)

<p></p>

11.

What is the tag for PARAGRAPH?

a)

<b></b>

b)

<i></i>

c)

<u></u>

d)

<p></p>

12.

The tag <h2></h2>is used for _______.

a)

paragraph

b)

headings

c)

italic

d)

boldface

13.

What is the tag for definition list?

a)

<dl></dl>

b)

<li></li>

c)

<ol></ol>

d)

<ul></ul>

14.

What is the tag for definition data?

a)

<dl></dl>

b)

<dd></dd>

c)

<ol></ol>

d)

None of the above

15.

This is a tag that we use for Roman numerals

a)

<ul type="A">

b)

<ol type="I">

c)

<ol type="A">

d)

<ul type="I">

16.

<li></li> tags means ________.

a)

Unordered list

b)

Ordered list

c)

List item

d)

Nested list

e)

l

17.

It defines the smallest heading

a)

<h3></h3>

b)

<h4></h4>

c)

<h5></h5>

d)

<h6></h6>

18.

What HTML tag/s is/are used to italicize the text

a)

<b></b>

b)

<em></em>

c)

<i></i>

d)

<p></p>

19.

How many levels of headings does HTML support?

a)

3

b)

4

c)

5

d)

6

20.

It is the first level heading that should be your main or umbrella topic

a)

<h1></h1>

b)

<h2></h2>

c)

<h3></h3>

d)

<h4></h4>