wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML & CSS Quiz for Eduverse

Total questions: 12

Worksheet time: 5mins

Name
Class
Date
1.

What is HTML files extension?

a)

.html

b)
.index
c)
.webpage
d)

.htm

2.

HTML language uses...

a)

Tabs

b)

Tags

c)

Punctuation

d)

Quotations

3.

Which tag shows the start and end of an HTML page?

a)

<TITLE>

b)

<HEAD>

c)

<HTML>

d)

<BODY>

4.

What does HTML stand for?

a)

Hyper Movie Lines

b)

Hyper Text Markup Language

c)

Thanks for Making me Late

5.

A collection of linked web pages on the World Wide Web Called ......

a)

Website

b)

CSS

c)

page

6.

HTML is a language used to create ......... of web pages

a)

structure

b)

Styling

c)

Music

d)

cooking

7.

To add content in web page use ....... tag

a)

<Title>welcome in my web site </title >

b)

<body> welcome in my web site </body>

c)

<head>welcome in my web site </head

8.

Which tag do we use to add a title to a web page ?

a)

<Title>welcome in my web site </title >


b)

<body> welcome in my web site </body>

c)

<head>welcome in my web site </head

9.

CSS is a language used for what?

a)

Math

b)

Styling

c)

Cooking

d)

Music

10.

If we write background-color: red; in CSS, what will happen?

a)

text color changes to red

b)

background color changes to red

c)

font style changes

d)

font becomes bold

11.

When we write in CSS text-align : right ;

a)

Nothing changes

b)

text alignment changes to left

c)

text alignment changes to center

d)

text alignment changes to right

12.

How can we link our CSS file to our HTML page?

a)

<p> Hello</p>

b)

<link rel="stylesheet" href="style.css" />

c)

<img src="photo.png"/>

d)

<h1> welcome</h1>