wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Development

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

A piece of a website, marked by a start tag and often closed with an end tag

a)

website content

b)

HTML tag

c)

HTML element

d)

website structure

2.

Look at the HTML code below and predict how the headings will be displayed.


<h3> Eggs </h3>

<h1> Bacon </h1>

<h6> Waffles </h6>

a)
b)
c)
d)
3.

Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.

a)
b)
c)
d)
4.

Select the image tag that is correctly written in HTML code

a)
b)
c)
d)
5.

Which of the following html elements contains a bug?

a)
b)
c)
d)
6.

HTML stands for

a)

Hypretext Markup Language

b)

Hypertext Media Language

c)

Hyper Text Marker Line

d)

Hypertext Mangement List

7.

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

8.

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

a)

HTML

b)

CSS

c)

Javascript

d)

C++

9.

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

a)

/

b)

\

c)

;

d)

:

10.

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

a)

<html>

b)

<body>

c)

<p>

d)

<img>

e)

<head>

11.

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"

12.

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

a)

<body></body>

b)

<head></head>

c)

<title></title>

d)

<p></p>

13.

Change the border size of the body or image

a)

border-style

b)

border-width

c)

border-color

d)

width

14.

sets the element to one side of the page

a)

margin

b)

width

c)

float

d)

height

15.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

16.

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;

}

17.

Which selector will change the font of the text?

a)

font-size

b)

text-align

c)

font-famiy

d)

text-decoration

18.

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;

19.

Which tag is used to add an image?

a)

<image>

b)

<img>

c)

<<img>>

d)

</image>

20.

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

a)

.

b)

+

c)

id

d)

#

21.

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

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

What is missing from this HTML skeleton?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<head></head>

b)

<div></div>

c)

<img></img>

d)

<head>

24.

A piece of a website, marked by a start tag and often closed with an end tag

a)

HTML element

b)

HTML

c)

HTML Tag

d)

Website structure

25.

the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

a)

copyright

b)

citation

c)

heading

d)

commons

26.

Opens a paragraph in HTML

a)

<p>

b)

</p>

c)

<html>

d)

<img>

27.

Placed at the end of your website document

a)

</html>

b)

<hl>

c)

</end>

d)

</hl>

28.

Tells the computer what type of document its reading

a)

<!DOCTYPE>

b)

<HTML>

c)

<li>

d)

<UL>

29.

This will make the smallest heading on the page

a)

<h6>

b)

<h1>

c)

<h3>

d)

<heading>

30.

This is used to create a numbered list on the HTML page

a)

<ol>

b)

<list>

c)

<Number>

d)

<li>