wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Week 4: Web Design - Quizzizz 2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.
What does CSS stand for?
a)
Cascading Style Standards
b)
Cascading Style Sheets 
c)
Centralized Style Sheets 
d)
Cascading Style shades
2.
Fill in the missing box?
a)
Selector
b)
Header
c)
Title
d)
Option
3.
Classes are used for multiple objects? True or False
a)
True
b)
False
4.
To denote a class called "mypara", which is correct?
a)
./mypara
b)
#mypara
c)
.mypara
5.
What are the five types of positioning?
a)
Steady, Fixed, Relative, Absolute and Float
b)
Static, Fixed, Relative, About and Float
c)
Static, Fused, Relative, Absolute and Float
d)
Static, Fixed, Relative, Absolute and Float
6.
Which is the correct syntax to link an external style sheet?
a)
<link rel="stylesheet" type="text/css" "style3.css"
b)
<link="stylesheet" type="text/css" href="style3.css"
c)
<link rel="stylesheet" type="text/css" href="style3.css"
d)
<link rel="stylesheet" type="css" href="style3.css"
7.
What is the purpose of the following line of code? <!DOCTYPE html>
a)
This tells the browser that we are ready to start coding in HTML
b)
Things that need to be read into the document before it starts loading
c)
Denotes what type of code we are using
8.
Which of the following is correct when working with fonts?
a)
 text-family:
b)
 font-family:
c)
family-font:
d)
font
9.
Which is the correct way of changing the color of a font?
a)
color: red;
b)
font color: red;
c)
color font: red;
d)
color: font "red";
10.
Which is the correct HTML syntax for inserting an image?
a)
<src=“image” />
b)
<im src=“image.jpg” />
c)
<img src=“image.jpg” />
d)
<img src=“image.jpg” >