wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Intro to Comp Prog Unit 2 Chapter 1 Quiz

Total questions: 18

Worksheet time: 9mins

Name
Class
Date
1.
All text and tags should be typed between what tags?
a)
Head tags
b)
Body tags
c)
Html and Head
d)
All choices are wrong
2.
Which of the following examples is the correct way to use tags in code.org?
a)

<p/> This is a paragraph. <p>

b)

<p> This is a paragraph. <p/>

c)

<p> This is a paragraph. </p>

d)

</p> This is a paragraph. <p>

3.
What does HTML stand for?
a)
Hyperlink Text Marking Language
b)
Hyper Text Markup Language
c)
Healthy Turtles Meet Llamas
d)
Hangry Teachers March Loudly
4.
What does CSS stand for?
a)
Creamy Side Salad
b)
Computer Style Stamps
c)
Creative Style Sample
d)
Cascading Style Sheets
5.

Type the correct tags in the space. Start with opening and then closing tag. Go line by line only placing a space in between each tag. Read the clues to help.

(a)  

6.
What does CC stand for, when it comes to giving attribution?
a)
Creative Commons
b)
Creativity Checklist
c)
Common Checklist
7.
If you have an opening tag, you MUST always have a closing tag, True or False?
a)
True
b)
False
8.
Which tag contains all the main contents of your web page and states the language being used?
a)

<html>

b)

<head>

c)

<body>

9.
Which of the following tells the computer it is a document written in HTML?
a)

<html>

b)

<head>

c)

<!DOCTYPEhtml>

d)

<body>

10.
Headings come in how many different sizes?
a)
2
b)
6
c)
10
11.
Which is correct based on heading sizes?
a)
Option 1
b)
Option 2
c)
Option 3
12.
Which tag is needed to close a paragraph?
a)

<p>

b)

</h1>

c)

</p>

d)

<p/>

13.
Which tag is needed for the biggest heading?
a)

<h4> </h4>

b)

<h1> </h1>

c)
<h6> </h6>
d)

<h7> </h7>

14.
Which list below has NO mistakes?
a)
Option 1
b)
Option 2
c)
Option 3
15.
Which of the following is the correct tag to insert an image?
a)

<img/>

b)

<img src="dog.jpg">

c)

<img src="dog.jpg" alt="dog staring">

d)
none of the above
16.
What is it called when you give credit for using an image?
a)
CC License
b)
Directions
c)
Attribution
d)
None of these
17.
Which tag creates an ordered list on your web page?
a)
  • <li>

b)
  • <ul>

c)

<h1>

d)
  1. <ol>

18.

What does <li>

  • represent?

a)
less information
b)
list insert
c)
list item
d)
list images