HTML and CSS
2020
Code Nation
Technology
100

Write the code to display image element with a source set to pup.png.

<img src="pup.png">

100

This person became the GOAT on Jeopardy's Tournament of Champions

Ken Jennings

100

WHAT 3 LANGUAGES DO CODE NATION'S INTRO TO WEB DEVELOPMENT STUDENTS LEARN ?

HTML, CSS, AND JAVASCRIPT

100

WHAT ARE HTML, CSS, PYTHON, AND JAVASCRIPT ALL EXAMPLES OF?

COMPUTER (PROGRAMMING) LANGUAGES

200

This is one major difference between img and input tags versus p and div tags.

img and input are self-closing.

200

Our president and vice president elect ?

Joe Biden and Kamala Harris

200

WHICH CODING ENVIRONMENT IS USED TO WRITE HTML, CSS, AND JAVASCRIPT IN CODE NATION'S INTRO TO WEB DEV COURSE?

Popcode

200

WHO CREATED THE SOCIAL MEDIA PLATFORM, FACEBOOK, WHILE STUDYING AT HARVARD UNIVERSITY?

MARK ZUCKERBERG

300

#container, .item and h1 are all examples of this

selectors

300

Japan's Prime Minister Shinzō Abe announces postponement of this event until summer of 2021 because of the worldwide coronavirus pandemic

the Olympics

300

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

Fellowship 2

300

WHAT WAS THE FIRST POPULAR VIDEO GAME THAT YOU COULD PLAY ON A MACHINE?

Pong

400

Write it! Use CSS to change this element's text to blue.

<p id="sentence">The quick brown fox</p>

#sentence{

     color:blue;

}

400

On February 9th, This film became the 1st non English film to win Best Picture & Best Director, Bong Joon-ho.

Parasite

400

ADDITION TO the Bay Area, WHERE ELSE IS CODE NATION LOCATED?

New York and Chicago

400

WHAT DOES  "WWW" STANDS FOR?

World Wide Web

500

Write it! Give the following div a solid, red, 5-pixel border 

<div id="danger">Caution</div>

#danger{

 border:5px solid red;   

}

500

The app that the Trump Administration tried to ban twice and the name of the apps top influencer?

Tik Tok and Charli D'Amelio 

500

WHAT YEAR WAS CODE NATION FOUNDED ?

2012
500

WHO WASTHE FIRST COMPUTER PROGRAMMER?

ADA LOVELACE