Code Nation
HTML
CSS
History
Debugging
100

This coding environment used by Code Nation Students was developed by a Code Nation volunteer.

What is Popcode?

100

All HTML must be inside of this tag?

What is <html>?

100

HTML gives structure to a page while CSS provides this.

What is style?

100

This company was launched by Mark Zuckerberg in 2004 along with his college roommates.

What is Facebook?

100

These two keys organize code in Popcode

What is CTRL + I?

200

Code Nation launched in 2012 in this city.

What is New York City?

200

All content on the page goes inside this tag.

What is <body>?

200

This is the rule you would write to make all <h3> tags red.

h3{

    color: red;
}

200

Created in 1972, this is often cited as the first video game

What is Pong?

200
Popcode error messages turn the bar this color.

What is red?

300

A large gathering where Code Nation students compete to win cool prizes on February 7th

What is the Code Nation Hackathon?

300

This tag is used to create links to other pages.

What is the anchor tag <a>?

300

In CSS, a property and value together make one of these.

What is a rule?
300

This was the year that the World Wide Web was launched.

What is 1991?

300

Coders can use this document in Google Classroom to look up instructions

What is the Reference Table?

400

The four cities where Code Nation serves students

What are Oakland, San Francisco, New York City, and Chicago?

400

href and src are both examples of this

What is an attribute?

400
This property allows you to place your text on the left, right, or center.

What is text-align?

400

This company was started in 1998 by Larry Page and Sergey Brin.

What is Google?

400
This is something you can try after using the reference table and Google to debug your code

What is "Ask Three, Then Me"?

500

The three (3) programming languages students learn in the Introduction to Web Development Course

What are HTML, CSS, and Javascript?

500
The reason why tags like <img> do not need a closing tag

What are self-closing tags?

500

A link to a font goes inside this tag.

What is the <head> tag?

500

She is often recognized as the first computer programmer.

Who is Ada Lovelace?

500
This is how to describe code that is easy to read and free of typos.

What is "clean" code?