These surround the tag name in HTML.
<> (e.g. <p> <p/>)
These end each line in CSS.
What are semicolons?
This ends each statement in JavaScript.
What are semicolons?
What camp is this?
Programming
Webrox
HTML/CSS/JS
NOT CODING CAMP
Create a class in HTML
<div class="daytime>
Elements that we define in HTML.
Classes
What does this tag do?
<br>
provides a space below the else statement
The code to create a variable in JavaScript.
var variable_name = "whatever";
Name one of the coaches
*see question 3 - miscellaneous*
How do I get an element in Javascript?
document.getElementById
The code for a functioning input tag in HTML.
<input id="res" ></input>
1. <ul></ul>
2. <ol></ol>
create a simple function for this element, that passes the variable var as an argument:
<div class="strobelight">
function strobelight(var) {...}
Name all of the coaches
Jayana
Elijah
Lauren
Andy
Create a HTML Hyperlink.
<a href="">
Debug, give me all errors in the code.
<p id="first"> Do some work</p>
<button onclick="myfunction">Click me<button>
<button onclick="mywork">Click me</button>
function mywork(var){...}
2. <button> should be </button>
<p class="word">
align this p element to the center.
text-align: center
What is the incrementing variable for JavaScript? Use it to increment by 1.
i=i+1
or
i++
Name 7 of your fellow students
**
Using margin only works when you set...
(Hint: 2 word answer, one line in CSS)
display: flex;
Answers may vary
example: <div class="dirty tree work">
<div class="grid">
Style this grid using flexbox to align all items horizontally. (Hint: this takes 2 lines of code)
flex-direction: row;
how does movement work in javascript? think in terms of a coordinate grid element
element.x
element.y
Name all your fellow students
****
<div class="toyword" id="you">
<ol>
<li>2
</li>
</ul>
</div>
#toyword{
position: relative;
flex-directon: row;
console.log(text)
}
var call="";
function (call) you:
{
console.log(word)
}
direction
javascript in css
function call (:)
function call
<ol>