wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cyber Foundations Final Exam

Total questions: 19

Worksheet time: 16mins

Name
Class
Date
1.

On which line in your workspace do you put your page content (text, paragraphs, headings, list, etc.)?

a)

7

b)

4

c)

2

d)

1

2.

Match the definition to the correct term.

a)

Contains all the main contents of your web page

1.

Body

b)

One of the most common tags in HTML - it denotes a paragraph of text.

2.

Paragraph

c)

Keywords surrounded by angle brackets like <html>

3.

Tag

d)

Allow you to use six levels of document headings, ranging from largest to smallest, breaking up the document into logical sections.

4.

Heading

3.

Match the definition to the correct term.

a)

Used to display a sequence of items. This allows web developers to group a set of related items.

1.

List

b)

The text and images on a website.

2.

Web Content

c)

How the content of a website is organized.

3.

Web Structure

d)

The language used to create all websites.

4.

HTML

4.

Match the correct tag to the description.

a)

the tag that produces a line a break in the text

1.

<br>

b)

the tags that separate a paragraph

2.

<p> </p>

c)

the tag that ads a line on your page

3.

<hr>

5.

Match the correct tag to the description.

a)

the tags that identify each list item

1.

<li> </li>

b)

the tags that determine if a list will be numbered

2.

<ol> </ol>

c)

the tags that determine if a list will be bulleted

3.

<ul> </ul>

6.

Which punctuation is used around HTML tags?

a)

[ ]

b)

{ }

c)

< >

d)

" "

7.

Match the heading size to the correct tag.

a)

Largest

1.

h1

b)

Large

2.

h2

c)

Medium

3.

h3

8.

Match the heading size to the correct tag.

a)

Small

1.

h4

b)

Smaller

2.

h5

c)

Smallest

3.

h6

9.

How would you debug the tag in pink?

a)

<ul>

b)

</ol>

c)

<li>

d)

</li>

10.

How would you debug the tag in pink?

a)

<h6>

b)

<h1>

c)

</h1>

d)

<p>

11.

How would you debug the tag in pink?

a)

</p>

b)

<h1>

c)

<p>

d)

<h2>

12.

What does CSS stand for?

a)

Calling Super Scientists

b)

Cascading Style Sheets

c)

Copy See Saw

d)

Clever Space Song

13.

Which punctuation do you use to start and end a style rule?

a)

( )

b)

[ ]

c)

{ }

d)

\ /

14.

What does RGB stand for?

a)

Roy, G, Biv

b)

Red, Green, Blue

c)

Rice, Gravy, Beef

d)

Run, Girl, Boy

15.

What color would the following RGB combination make?

color: rgb (255, 0, 0);

a)

Red

b)

Green

c)

Blue

d)

Black

16.

What color would the following RGB combination make?

color: rgb (0, 255, 0);

a)

Red

b)

Green

c)

Blue

d)

Black

17.

What color would the following RGB combination make?

color: rgb (0, 0, 255);

a)

Red

b)

Green

c)

Blue

d)

Black

18.

On which line in your workspace do you link your stylesheet?

a)

1

b)

2

c)

3

d)

4

19.

How would you debug the property in pink?

a)

size:

b)

fontsize;

c)

font-size:

d)

fonts: