wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

web development

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A collection of interlinked web pages on the World Wide Web

a)

website

b)

content

c)

footprint

d)

heading

2.

HTML stands for

a)

Hypretext Markup Language

b)

Hypertext Media Language

c)

Hyper Text Marker Line

d)

Hypertext Mangement List

3.

The structure of a web page is primarily created with which of the following?

a)

HTML

b)

CSS

c)

Javascript

d)

C++

4.

Which web development tools would I use if I wanted my web page to have specific colors and style?

a)

HTML

b)

CSS

c)

Javascript

d)

PHP

5.

The difference between a beginning tag and ending tag is the...

a)

/

b)

\

c)

;

d)

:

6.

A web document must have which of the following tags?(multiple choice qn)

a)

<html>

b)

<body>

c)

<p>

d)

<img>

e)

<head>

7.

To "style" a font in a specific type, which "property" would I use?

a)

font-style

b)

font-type

c)

font-family

d)

font-"name of font"

8.

The structure of an html document will fall in between which tags?

a)

<body></body>

b)

<head></head>

c)

<title></title>

d)

<p></p>

9.

Change the border size of the body or image

a)

border-style

b)

border-width

c)

border-color

d)

width

10.

sets the element to one side of the page

a)

margin

b)

width

c)

float

d)

height

11.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

12.

What does a class do?

a)

adds color to words

b)

adds style to specific elements

c)

adds style to a whole page

d)

adds a lot more work

13.

Select the rule set to make all the text in your web page blue and centered.

a)

p {

color: blue;

}

b)

body {

text-align: left;

color: blue;

}

c)

p {

text-align: center;

color: blue;

}

d)

body {

text-align: center;

color: blue;

}

14.

Which selector will change the font of the text?

a)

font-size

b)

text-align

c)

font-famiy

d)

text-decoration

15.

Which rule set would change the font size to 24?

a)

font-size: 24

b)

size: 24;

c)

font-size: 24;

d)

font size: 24;

16.

Which tag is used to add an image?

a)

<image>

b)

<img>

c)

<<img>>

d)

</image>

17.

What symbol should you use to target an id in css?

a)

.

b)

+

c)

id

d)

#

18.

What is the correct syntax to change the background color with css?

a)

background-color: purple;

b)

background-color = "purple";

c)

backgroundcolor=orange

d)

change-background-color: purple

19.

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<head></head>

b)

<div></div>

c)

<img></img>

d)

<head>

20.
What does CSS stand for? 
a)
Creative Style Sheets
b)
Cascading Style Sheets
c)
Colorful Style Spread
d)
Computer Style Spread