What is the name of a basic HTML element? "An HTML ___"
Tag
What is the main purpose of CSS?
Styling (e.g. color, font face/style, positioning)
How do you declare a variable in Javascript?
Use "let" or "var" (either answer works)
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.
What essential tag will hold the majority of a website's content?
<body>
This HTML tag allows you to group some content together
div
What character (for example: '.' or '^') goes at the end of every CSS declaration?
Semicolon (;)
Name a data type that Javascript variables can store (there are many)
Strings, numbers, HTML elements
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!
What is the difference between an HTML opening tag and a closing tag?
Closing tag has a '/'
What tag is used to create a link?
anchor tag (or 'a' tag)
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)
What does .innerHTML do? `
Changes the text of the HTML tag
Which 3 programming languages will you learn in this class this year?
HTML, CSS, JavaScript
What do you call this format of naming your variables like such:
buttonOne
storyEnding
clickMe
Camel case
What is missing from this image tag?
<img/>
"src"
for example: <img src="img_to_ice_cream.jpg" alt="ice cream image">
The background color of a whole page can be changed by editing this CSS selector.
Body
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
Name ALL of your volunteer instructors.
Ethan, Charles, Jessica, Michael! :)
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
What is the term used for tags that are inside of other tags?
Nested, or "child" elements
What does display: flex do?
What does this output?
"7" + 7
"77"
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