How do you make a title on a page?
<title>name of page</title>
The color variable changes what?
The color of text.
function().
Name one of the original founders of Apple.
Steve Jobs/Steve Wozniak.
What does the <p> element create?
A paragraph.
Is cyan a color variable?
Yes, it is.
What do you have to import for your code to work?
The jQuery 3.1 library.
What goes at the end of every line in CSS?
A semicolon.
The space inside an element.
What HTML element has both rows and columns?
A table.
What does text-decoration: underline do to a section of text?
It underlines it.
What goes at the end of every line in JavaScript?
A semicolon.
What decade was Apple founded in?
The 1970s.
What decade was Microsoft founded in?
The 1970s.
What does the element <h1> create?
A large header.
How many characters are after the # in a color code?
Six characters.
How do you start to write a new variable?
var name;
What platform is JavaScript used primarily for? (Think about websites, apps, etc.)
Mainly for websites.
What tech founder is also the richest person in the world?
Bill Gates.
What goes at the beginning of every HTML file?
<!DOCTYPE HTML>
Is margin inside or outside an element?
Outside an element.
How do you select an element using jQuery?
$("#elementname").
What version of JavaScript is the newest?
Ecma Script 6.
What version of jQuery do we use?
jQuery 3.1.0.