wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CSS QUIZIZ

Total questions: 16

Worksheet time: 12mins

Name
Class
Date
1.

Which of these tags would display the largest text?

a)

<p>

b)

<h6>

c)

<h2>

d)

<h4>

2.

What is the difference between HTML and CSS?

a)

CSS is one type of HTML

b)

HTML gives a webpage structure. CSS provides styling.

c)

CSS structures a webpage. HTML strictly provides styling.

d)

There is no difference.

3.

How can you make a un order list?

a)

<list>

b)

<ol>

c)

<dl>

d)

<ul>

4.

You should save HTML files with which file extension?

a)

.htm

b)

.index

c)

.webpage

d)

.html

5.

What does CSS stand for? 

a)

Creative Style Sheets

b)

Cascading Style Sheets

c)

Colorful Style Spread

d)

Computer Style Spread

6.

Within which tag does the information for a web page appear?

a)

<head>

b)

<title>

c)

<body>

d)

<html>

7.

Which tag is used to enclose a paragraph?

a)

<text>

b)

<paragraph>

c)

<div>

d)

<p>

8.

What is used to signify a closing tag?

a)

:

b)

/

c)

*

d)

$

9.

Which model includes margin, border, padding, and content?

a)

CSS Box model

b)

CSS3 Flexbox Box model

c)

CSS3 Grid Layout model

d)

CSS Grid Template Layout Module

10.

What is the area between the content and the border?

a)

margin

b)

height

c)

width

d)

padding

11.

Padding...

a)

pushes the content away from the border of the element

b)

pushes the element away from other elements

c)

Makes the element invisible

d)

Make the element visible.

12.

The HTML code for adding a picture begins with the ___________ element.

a)

src

b)

scr

c)

img

d)

png

13.

Which is the value in this CSS rule?p {color: red;}

a)

p

b)

color

c)

red

d)

{}

14.

What coding do the tags: <ul> & <li> represent?

a)

Ordered List with list items

b)

Un-Ordered List with list items

c)

Definition without list items

d)

Link with list items

15.

For <img src="#"> to display an image, what must you replace # with?

a)

an image URL

b)

an image anchor tag

c)

the image vector

d)

an image file size

16.

Which is correct CSS syntax? 

a)

{ body; color=black;}

b)

body: color= black

c)

body {color:black;}

d)

(body color is black)