"Bare Bones"
HTML
CSS
Javascript
Code Nation
100

What is the name of a basic HTML element? "An HTML ___"

Tag

100





What HTML tag is used to create a paragraph?
p
100

What is the main purpose of CSS?

Styling (e.g. color, font face/style, positioning)

100

How do you declare a variable in Javascript?

Use "let" or "var" (either answer works)

100

What is Code Nation?

The program you are in! Your program manager and volunteer mentors/instructors are here to teach you coding, problem solving, and professional skills that you can use to access a career in tech.

200

What essential tag will hold the majority of a website's content?

<body>

200

This HTML tag allows you to group some content together 

div

200


What character (for example: '.' or '^') goes at the end of every CSS declaration?

Semicolon (;)

200

Name a data type that Javascript variables can store (there are many)

Strings, numbers, HTML elements

200

Why is it important to learn how to code?

Sample responses: Because we all use coding every day... because it's important that diverse identities are represented in the technology we use.... because these skills are in demand... because it pays well!... because almost every industry uses coding/technology in some way... to make the field more equitable/diverse...
PM use your discretion!

300


What is the difference between an HTML opening tag and a closing tag?

Closing tag has a '/'

300

What tag is used to create a link? 

anchor tag (or 'a' tag)

300

What are 2 selectors can you use to style this button? 

<button class="option-one">Choose me</button>

Using the element (button) or the classname (.option-one)

300

What does .innerHTML do? `

Changes the text of the HTML tag

300

Which 3 programming languages will you learn in this class this year?

HTML, CSS, JavaScript

400

What do you call this format of naming your variables like such: 

buttonOne

storyEnding

clickMe

Camel case 

400

What is missing from this image tag? 

<img/> 

"src"

for example: <img src="img_to_ice_cream.jpg" alt="ice cream image">

400

The background color of a whole page can be changed by editing this CSS selector.

Body

400

What do you call the first line of this code?

/* These are the game buttons*/ 

let buttonOne = document.querySelector(".btn1")

Comment. It is used to add useful information about the code

400

Name ALL of your volunteer instructors.

Ethan, Charles, Jessica, Michael! :) 

500

Name one way you can use the Console to debug your Javascript code

Answers may be along the lines of: 

1. To check if your variable is declared

2. To console.log (print) something

3. To check what's inside of your variable

500

What is the term used for tags that are inside of other tags?

Nested, or "child" elements

500

What does display: flex do?

It aligns child elements horizontally 
500

What does this output?
"7" + 7

"77" 

500

Name where one of your volunteer instructors works. DOUBLE POINTS if you can name where they all work!

Charles - Binti 

Michael - Maisha Meds

Jessica - Adobe