wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

End of the course quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

In HTMl, tables are created _____ by _____

a)

Row by Row

b)

Column by Row

c)

Column by Column

2.

What is foreground color?

a)

Background color

b)

Color of elements

c)

Color of texts

3.

border-color is used in elements to

a)

To color the text

b)

To color the backgroud

c)

To color the boxes

4.

_________ property controls the gap between boxes

a)

Padding

b)

Margin

c)

Display

5.

Each cell of a table is represented using _______ element.

a)

<th>

b)

<tr>

c)

<td>

6.

<style> tag will be written inside

a)

<head>

b)

<body>

c)

<p>

7.

HTML is a case sensitive language

a)

True

b)

False

8.

What tag is used to add a line break in the middle of a paragraph?

a)

<hr/>

b)

<br>

c)

<br/>

9.

What tag is used to write italic texts?

a)

<b>

b)

<italic>

c)

<i>

10.

HTML files are saved with ________ extension.

a)

.html

b)

.css

c)

.doc

11.

Ordered list are written using _____ tag

a)

<li>

b)

<ul>

c)

<ol>

12.

To insert a horizontal line in between paragraphs _______ tag is used.

a)

<br/>

b)

<line>

c)

<hr/>

13.

Colors in HTML can be written in RGB values or Hex codes or Color names

a)

True

b)

False

14.

text-transform property is used in CSS to ________

a)

Convert text to uppercase

b)

Change text color

c)

Convert text to bold

15.

What attribute is used with <a> to write the URL?

a)

link

b)

url

c)

href

16.

Class attribute is used to ____________

a)

Distinguish an element and use it in CSS

b)

It has no use

c)

Direct user to another page

17.

Expand URL

a)

Uniform Research Locator

b)

Uniform Resource Locator

c)

Uniform Resource Live

18.

What are the two parts of declaration?

a)

Property and value

b)

Name and Value

c)

Property and selector

19.

___________ is a way to design a website service at the structural level.

a)

HTML

b)

CSS

c)

Wire framing

20.

Are you confident to write a HTML program?

a)

Yes

b)

No