This coding environment used by Code Nation Students was developed by a Code Nation volunteer.
What is Popcode?
All HTML must be inside of this tag?
What is <html>?
HTML gives structure to a page while CSS provides this.
What is style?
This company was launched by Mark Zuckerberg in 2004 along with his college roommates.
What is Facebook?
These two keys organize code in Popcode
What is CTRL + I?
Code Nation launched in 2012 in this city.
What is New York City?
All content on the page goes inside this tag.
What is <body>?
This is the rule you would write to make all <h3> tags red.
color: red;
}
Created in 1972, this is often cited as the first video game
What is Pong?
What is red?
A large gathering where Code Nation students compete to win cool prizes on February 7th
What is the Code Nation Hackathon?
This tag is used to create links to other pages.
What is the anchor tag <a>?
In CSS, a property and value together make one of these.
This was the year that the World Wide Web was launched.
What is 1991?
Coders can use this document in Google Classroom to look up instructions
What is the Reference Table?
The four cities where Code Nation serves students
What are Oakland, San Francisco, New York City, and Chicago?
href and src are both examples of this
What is an attribute?
What is text-align?
This company was started in 1998 by Larry Page and Sergey Brin.
What is Google?
What is "Ask Three, Then Me"?
The three (3) programming languages students learn in the Introduction to Web Development Course
What are HTML, CSS, and Javascript?
What are self-closing tags?
A link to a font goes inside this tag.
What is the <head> tag?
She is often recognized as the first computer programmer.
Who is Ada Lovelace?
What is "clean" code?