Code Tag
Symbols
Odds & Ends
Buttons
Unit 1
100
This code is for paragraphs

What is <p>?

100

Each code tag begins with this symbol.

What is lesser-than? <

100

T/F: This is a comment code: <!--    -->

What is true?

100

What the Inspector Tool does.

What is find specific lines of code?

100

One of the steps of the problem-solving process

What is define, prepare, test, reflect?

200

The heading <h_> size range

What is 1 to 6? 

200

HTML symbol that ends a code

What is greater-than >?

200

What <hr> does.

What is create a horizontal line?

200

The color of the process levels on Code.org.

What is green?

200
The machine that works with information.

What is the computer?

300

This tag creates a list with bullet points.

What is <ul>?

300

This ending symbol is before the greater-than sign.

What is a forward-slash? [/]

300

What <br> does.

What is creates single-spaced lines?

300

The color of Assessment Levels.

What is purple?

300

A computer helps us do this faster.

What is think or process information?

400

This code is for ordered lists, like 1-5.

What is <ol>?

400

Every HTML web page starts with this line of code.

What is <!DOCTYPE html>?

400

What is unique about <hr> & <br>.

What is have no closing tag with slash?

400
Button if your code isn't updating on the page.

What is Refresh & Save?

400

Information that computers receive from us.

What is input?

500

Every item on a list begins with this code.

What is <li>?

500

The problem with this code:   <p.

What is a period instead of a greater-than sign.

500

Code for an &.



500

The button that tells Code.org your level is done.

What is "Finish?"

500

Small storage device.

What is an USB or thumb drive?

600

Your typing generally falls between what 2 tag names?

What is a <body>?

600

3 Errors in >p< M&amp:M <p>

What is <>, ; and </p>?

600

What does the comment code do?

It is visible in code, but not on the web page.

600

Button to start over from scratch?

What is Version History?

600

Processing type that runs up a score in a game.

What is counting?