HTML
CSS
JavaScript
git / github
Multifarious
100

What are the different levels of headings in HTML?

h1, h2, h3, h4, h5, h6

100

What do you end a line (declaration) with in CSS?

; (semicolon)

100

Does JavaScript mean having coffee while writing a script?

Not really but why wouldn't you?

100

How do you clone a Git2Go repository?

Tap respositories in the commit tab, and reload after the process is done

200

What does HTML stand for?

200
What does CSS do?

Describes how HTML elements are to be displayed (styled)

200

What's the difference between ===and ==?

=== test for strict type and value
== test for value after attempted type conversion (type coercion)

200

What is your git Identity?

Your name and email address

200

What does STEM stand for?

Science, Technology, Engineering, and Math

300

How do you create a comment tag?

<!--This is a comment-->

300

Which CSS3 technique is used in responsive web design?

Media Queries

300
Is JavaScript a way to run Java in a web page?
300

What does git revert do?

Undoes the last commit by commiting an inverse of the last commit

300
What does Unum stand for?

Union Mutual or Income Protection

400

What type of tag is <br> and what does it do?

A break tag and it inserts a line break

400
What does CSS stand for?
400

True or False? The external JavaScript file must contain the <script> tag.

False

400

True or false? git blame is a legitimate git command.

True

400

Which word goes before vest, beans, and quartet?

string

500

What is an element that does not have a closing tag called?

An empty element

500

What is the difference between Class and Id?

#id used to style one element
.class used to style group of elements

500

 Why would you wrap JavaScript source content in function block?

Creates a closure around JavaScript content file and creates a private namespace

500

Why did the creator of git call git git?

500

Who invented the World Wide Web?

Tim Berners-Lee and/or Robert Cailliau

M
e
n
u