Vocab
Problem Solving
Tags
Wildcard
100

 A language used to create web pages. 

What is Hypertext Markup Language or HTML?

100

Finding and fixing problems in code. 

What is Debugging?

100

<p></p>

What is a paragraph tag? 

100

Red, blue and yellow. 

What are primary colors? 

200

The special set of characters that indicates the start and end of an HTML element and that element's type.

What is an HTML Tag? 

200

Part of a program that does not work correctly. A gesture, action, or sound that is used to send information from one side to the other.

What is a bug?

200

Transforming actions into a symbolic language

What is coding?

200

The different sized section titles throughout a web page. 

What is a heading? 

300

How the content of a website is organized. 

What is Website Structure? 

300

If your code isn't working what is the best way to find the bug?

Run a test and then read through each step through the code.

300

<html></html>

What is an HTML Tag? 

300

Describe the bug. 

What is one of the four steps of the debugging process? 

400

The text and images on a website. 

What is Website Content? 

400

The color your code turns when it has some bugs. 

What is Pink?

400

<body></body>    

What is a Body Tag? 

400

The exclusive legal right, given to an originator or assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.

What is copyright?

500

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

What is an HTML Element? 

500

To put code in the wrong place, use the wrong tag or forget to close a tag. 

What are examples of bugs? 

500

<!DOCTYPE>

What is a Doctype Tag? 

500

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

What is a hyperlink?

M
e
n
u