Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML & CSS Test-1

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

The full form of CSS is:


a)

Coloured Special Sheets

b)

Color and Style Sheets

c)

Cascading Style Sheets

d)

None of the above

2.

How can we change the background color of an element?

(a)  

3.

In how many ways can CSS be written in?


a)

1

b)

2

c)

3

d)

4

4.


What type of CSS is the following code snippet?

<h1 style="color:blue;">A Blue Heading</h1>

a)

Inline

b)

External

c)

Embedded

d)

None

5.


What is the smallest header in HTML by default?

a)

h1

b)

h6

c)

h2

d)

h7

6.

How to create an ordered list in HTML?

a)

<ul>

b)

<ol>

c)

<href>

d)

<b>

7.

Which of the following is correct about HTML?

a)

HTML uses user defined tags

b)

HTML uses tags defined within language

c)

both A& B

d)

none

8.

Which of the following tags doesn’t require a closing tag?

a)

<br>

b)

<hr>

c)

both A&B

d)

None

9.

What are the attributes used to change the size of an image?

(a)  

10.

Which of the following is the correct syntax for using the HTML style attribute?

a)

<tagname style="property:value";>

b)

<tagname style="property;" >

c)

<tagname style>

d)

None

11.

Which HTML element is used to define description data?


a)

<li>

b)

<dt>

c)

<dd>

d)

<dl>

12.

Which of the following properties is used to change the font of text?

a)

font-family

b)

font-size

c)

text-align

d)

None of the above

13.

How are quotations defined in HTML?

a)

<quote>

b)

<block>

c)

<blockquote>

d)

None of the above