HTML
CSS
Layout
jQuery
Code Nation
Technology
100

Which tag holds the content that is seen on the web page?

<body>

100

Which symbol is used to select a class in CSS?

Period (.)

100

Which process allows you to design a website before building it?

Wireframing

100

Which symbol is used to "call" jQuery?

Dollar Sign ($)

100

Which 3 languages do Code Nation's Into to web Development students learn?

HTML, CSS, and JavaScript

100

What are JavaScript and Python examples of?

Programming Languages

200

Which tag holds the meta information that is NOT seen on the web page?

<head>

200

Which CSS property changes the color of text?

color

200

Which CSS property defines the space between elements?

margin

200
jQuery is a _____ for JavaScript

library

200

Which coding environment is used to write HTML, CSS, and JavaScript in Code Nation's Into course?

Popcode

200

Who created the social media platform Facebook while studying at Harvard University?

Mark Zuckerberg

300

What helps add specificity to html tags?

Hint: anchor and image tags require them.

attributes

300

When writing CSS, what selects the part of the page we want to change?

The Selector

300

What collection of CSS properties allow you to align and organize HTML elements on a page?

Flexbox

300

Which jQuery action makes elements on the page invisible?

.hide()

300

What is next year's coding class at Code Nation called?

Fellowship

300

What was the first popular video game?

Pong

400

Which attribute is used when creating an image tag?

source (src)

400

Which two CSS properties allow you to resize elements?

width and height

400

Which CSS property and value must be given to the parent element to enable flexbox layout?

display: flex

display (property) & flex (value)

400

Which of these jQuery expressions will make the text color of all the paragraph elements blue?

1. $("p").attr("color", "blue"); 

2. $("p").css("blue", "color"); 

3. $("p").css("color", "blue");

4. $("p").css("text", "blue");

3. $("p").css("color", "blue");

400

DAILY DOUBLE!

In addition to the Bay Area, where else is Code Nation located?

New York and Chicago

400

What does "WWW" stand for?

World Wide Web

500

Which tag can be used as a container for anything on a page?

<div>

500

Which CSS style takes three values specifying size, style, and color?

border

500

The ______ model allows to define and style HTML elements.

box

500

$(".my-reply").text("Hello!");

In this code, what do we call "Hello"?

argument / parameter

500

Who founded Code Nation in 2012

Maurya Couvares

500

Who was the first computer programmer?

Ada Lovelace

M
e
n
u