wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Designing Quiz-2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which works similar to <i> element?

a)

<strong>

b)

<em>

c)

<b>

d)

<blockquote>

2.

Which element is used for short quote?

a)

<q>

b)

<blockquote>

c)

<em>

d)

<abbr>

3.

To show deleted text, which element is used?

a)

<ins>

b)

<del>

c)

<em>

d)

<strong>

4.

What is the work of <address> element?

a)

contains contact details for author

b)

contains IP address

c)

contains home address

d)

contains url

5.

Which element is used for abbreviation or acronym?

a)

<em>

b)

<q>

c)

<abbr>

d)

<blockquote>

6.

Which element defines a title of the Work?

a)

<abbr>

b)

<cite>

c)

<address>

d)

<blockquote>

7.

For smaller text which element is used?

a)

<tiny>

b)

<min>

c)

<small>

d)

<em>

8.

Which element is used to show inserted element?

a)

<ins>

b)

<del>

c)

<strong>

d)

<em>

9.

Which of the following is not an empty element?

a)

<hr/>

b)

<br/>

c)

<p/>

d)

Both <hr/> and <br/>

10.

Which of the following markup is correct?

i. <b><i>is in error as tags cross</b></i>

ii. <b><i>is not since tags nest</i></b>

a)

i

b)

ii

c)

i and ii

d)

None