What are the different levels of headings in HTML?
h1, h2, h3, h4, h5, h6
What do you end a line (declaration) with in CSS?
; (semicolon)
Does JavaScript mean having coffee while writing a script?
Not really but why wouldn't you?
How do you clone a Git2Go repository?
Tap respositories in the commit tab, and reload after the process is done
Describes how HTML elements are to be displayed (styled)
What's the difference between ===and ==?
=== test for strict type and value
== test for value after attempted type conversion (type coercion)
What is your git Identity?
Your name and email address
What does STEM stand for?
Science, Technology, Engineering, and Math
How do you create a comment tag?
<!--This is a comment-->
Which CSS3 technique is used in responsive web design?
Media Queries
What does git revert
do?
Undoes the last commit by commiting an inverse of the last commit
Union Mutual or Income Protection
What type of tag is <br> and what does it do?
A break tag and it inserts a line break
True or False? The external JavaScript file must contain the <script> tag.
False
True or false? git blame
is a legitimate git command.
True
Which word goes before vest, beans, and quartet?
string
What is an element that does not have a closing tag called?
An empty element
What is the difference between Class and Id?
#id used to style one element
.class used to style group of elements
Why would you wrap JavaScript source content in function block?
Creates a closure around JavaScript content file and creates a private namespace
Who invented the World Wide Web?
Tim Berners-Lee and/or Robert Cailliau