HTML
CSS
JavaScript
Random
Random
100

How do you make a title on a page?

<title>name of page</title>

100

The color variable changes what?

The color of text.

100
What does every function start with?

function().

100
Name one of the original founders of Microsoft.
Bill Gates/Paul Allen.
100

Name one of the original founders of Apple.

Steve Jobs/Steve Wozniak.

200

What does the <p> element create?

A paragraph.

200

Is cyan a color variable?

Yes, it is.

200

What do you have to import for your code to work?

The jQuery 3.1 library.

200

What goes at the end of every line in CSS?

A semicolon.

200
Does padding change the space inside or outside of an element?

The space inside an element.

300

What HTML element has both rows and columns?

A table.

300

What does text-decoration: underline do to a section of text?

It underlines it.

300

What goes at the end of every line in JavaScript?

A semicolon.

300

What decade was Apple founded in?

The 1970s.

300

What decade was Microsoft founded in?

The 1970s.

400

What does the element <h1> create?

A large header.

400

How many characters are after the # in a color code?

Six characters.

400

How do you start to write a new variable?

var name;

400

What platform is JavaScript used primarily for? (Think about websites, apps, etc.)

Mainly for websites.

400

What tech founder is also the richest person in the world?

Bill Gates.

500

What goes at the beginning of every HTML file?

<!DOCTYPE HTML>

500

Is margin inside or outside an element?

Outside an element.

500

How do you select an element using jQuery?

$("#elementname").

500

What version of JavaScript is the newest?

Ecma Script 6.

500

What version of jQuery do we use?

jQuery 3.1.0.

M
e
n
u