wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSD-Q9

Total questions: 11

Worksheet time: 9mins

Name
Class
Date
1.

An HTML document can have multiple body tages

a)

YES

b)

NO

2.

How many different headings exist in HTML?

(a)  

3.

Set Background color of tag p

a)

<p style=" background-color:blue;">Paragraph</p>

b)

<p>background-color:blue;</p>

c)

<p >Paragraph</p style=" background-color:blue;">

4.

How many methods to apply CSS into HTML?

a)

1

b)

2

c)

3

d)

4

5.

border attribute of CSS syntax

a)

border: 1px solid green;

b)

border:solid green;

c)

border : green;

d)

border-width:1px; border-style:solid;

border-color:green

6.

tag a syntax:

a)

<a src="home.html">Link</a>

b)

<a>Link</a>

c)

<a href="home.html>LInk</a>

7.

tag a syntax:

a)

<a src="home.html">Link</a>

b)

<a>Link</a>

c)

<a href="home.html>LInk</a>

8.

What is bug ?What is Debugging?

(a)  

9.

List CSS attributes at least 7. but not include example.

example : font-size, width height

(a)  

10.

Write 3 methods of CSS to apply style into HTML

(a)  

11.

Why we need to use class?

example <div class="container">

<p>Hello world</p>

<pre>*********John*****</pre>

</div>

(a)