HTML
CSS
JS
Random Coding Facts
WildCards
100

What Does HTML Stand For?!

Hyper-Text MarkUp Language

100

What Does CSS Stand For?

Cascading Style Sheets

100

What Does JS Stand For?

Javascript

100

Were the first programmers: Female Or Male?!

Female!

100

Who is Wayan's Favorite Basketball Player?

Michael Jordan

200

How would I make a full-sized header?!

<h1></h1>

200

What does rgb stand for?!

red, green, and blue!

200

What is an if-statement called?!

A conditional

200

Who was the first coding in history?

Ada Lovelace

200

When was Christmas a holiday in the US?(Century)

In The 1800s

300

Does the img tag have a closing tag

No

300

What would I use to stylize elements with ids

By Using A #.

300

What would you use to get an element by its id from HTML?

By using document.getElementById
300

What is the first ever video game ever created?

Pong

300
When is Htet's Birthday?!

November 19th

400

What does <hr> stand for?!

Break

400

How would you change your background to be mutiple colors?

By using a linear-gradient.

400

In order to make anything clickable what do you need?

.addEventListener("click", functionName);

400

What is the first programming Language called?

Fortran

400

What Number is e?!

2.71828

500

How would you link pages by using no Javascript?!

<a href = "something.html">text</a>

500

What does left:30px mean?!

30px away from the left side of the screen.

500
If I wanted to set an interval for 1 minute?! What number would I put in?! setInterval(functionName, ?)

60000 milliseconds

500

How many coding languages are there?

700 coding languages!

500

How many sides does a dodecahedron have?

12

M
e
n
u