wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 2 CSD Vocabulary

Total questions: 19

Worksheet time: 9mins

Name
Class
Date
1.

What is finding and fixing problems in code?

a)

debugging

b)

solution

c)

car wash

d)

wax

2.

The main part of an HTML document where things are displayed is known as the

a)

body

b)

footer

c)

header

d)

paragraph

3.

What is the following html code going to do? <img src="candy.jpg">

a)

Inserts a hyperlink to a candy website

b)

Inserts a picture of M&M candies

c)

Inserts a reference to candy

d)

Inserts a candy source

4.

A link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen.

a)

Hyperlink

b)

Link

c)

Connection

d)

Algorithm

5.

What is the raw text, images, and other elements included in a web page?

a)

website content

b)

website

c)

element

d)

CSS

6.

What is a piece of a website, marked by a start tag and often closed with an end tag?

a)

HTML element

b)

CSS

c)

source

d)

citation

7.

What is the special set of characters begins and ends your site?

a)

HTML tag

b)

paragraph tag

c)

body tag

d)

list tag

8.

What is a title or summary for a document or section of a document?

a)

heading

b)

paragraph

c)

list

d)

body

9.

The characters that are on the outside of your content are called what?

a)

Tags

b)

Elements

10.

What does HTML stand for?

a)

Hypertext Markup Language

b)

Hidden Text Masking Language

c)

Hollow Test Marking Linguistics

11.

What does a hyperlink do?

a)

Takes you to another web page

b)

Closes the Internet browser

c)

Opens the Internet browser

d)

Takes you to another website

12.

All HTML must begin with...

a)

Tags

b)

Elements

c)

Doctypes

d)

Titles

e)

Headings

13.

All Website content must be displayed inside a ___________

a)

Body

b)

Element

c)

Doctype

d)

Title

e)

Heading

14.

A part of the program that does not work correctly.

a)

Bug

b)

Break

c)

Loop

15.

What does the <p> at the beginning of each sentence do?

a)

Creates a new paragraph

b)

Ends a paragraph

16.

What does the </p> at the end of each sentence do?

a)

Creates a new paragraph

b)

Ends a paragraph

17.

Which sentence will be in paragraph 2?

a)

My favorite sport is baseball.

b)

My favorite animals are birds.

18.

Which tag contains everything else that makes up the webpage?

a)

<html>

b)

<p>

c)

<body>

19.

This tag tells the browser what version of HTML the page is written in.

a)

<!DOCTYPE html>

b)

<head>

c)

<title>

d)

<html>