How do you add a line break?
what is <br />
Whats wrong with the following code:
<!DOCTYPE html>
<head>
<title>Jeapordy!</title>
</head>
<body>
<h1>I love bacon!</h1>
</body>
What is there is no <HTML> tag
Used for Building the structure/content of a webpage
A) HTML
B) CSS
C) JS
What is A?
SPECIAL ROUND: JACKPOT!
This questions value has changed to 10x its normal value
Finish the line of code:
Hint: this question is SYNTAX SENSITIVE
.Header {
Color:
}
What is [Any valid color name, hex code, or RGB value followed by a semicolon]?
(Examples: blue;, red;, #ffffff;, rgb(0,0,0);)
HOST NOTE: The player MUST include the semicolon ( ; ) at the end of their answer to get the points! If they just say "blue" without the semicolon, they fail the syntax test!
SPECIAL ROUND: The run ender
you will be given a stupidly easy question. if you get it wrong, all your points must go to the last place team. (and if you are the last place team then give your points to the second last place team)
QUESTION: Solve for x:
(10(x + 4) - 6) / 2 + 7y = 5x + 7(y + 2) + 3
What is Infinite Solutions (or All Real Numbers)?
(Explanation: If you simplify the left fraction, it shrinks to 5(x + 4) - 3 + 7y. If you distribute the right side, it becomes 5x + 7y + 14 + 3. Subtract 7y from both sides and they vanish, leaving you with 5x + 17 = 5x + 17. Because both sides are identical, any number works!)
what do <h1>,<h2>,<h3>,<h4>,<h5>, and <h6> represent?
what is the different heading sizes going from greatest to least?
Whats wrong with the following CSS code?
p {
Color blue
}
What is color does not have a : after it and blue does not have a ; after it
Is this HTML, CSS, or JS?
p {
font-family: arial;
}
what is CSS?
finish the line of code:
<body>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</body>
What is [Players must put items in each list tag]
SPECIAL ROUND: DUEL: a team and the team that went before them must pick 1 of their players to be their "champion" both champions must step up to the board back to back take 4 steps then quickly turn around and shout the answer. whoever answers first gets doublepoints
Who killed dumbledor?
what is snape?
What tag must I put to make sure my HTML code can actually run?
what is <html>
Whats wrong with this HTML?
<!DOCTYPE html>
<HTML>
<Head>
<tite>You get the deal</title>
</head>
<body>
welcome to my website!
</body>
<HTML>
What is: "welcome to my website" has no tags wrapped around it
Is it HTML CSS or JS?
<p>This one is easy c'mon</p>
SPECIAL ROUND: FREE FOR ALL: the host will count down from 30 seconds. after that, EVERYONE can answer. whoever answers the loudest claims the points. (the team who selected this must wait for the countdown to complete)
what is HTML?
Finish the HTML code!
<h1>This code must be styled red without using standard CSS dictation</h1>
hint: think *in* the *line*s
What is: use inline style to add style="color: red;" to the opening tag
Special rounds: Telephone: One person must be the "answerer" whoever actually knows the answer must whisper it to the person next to them, then they must whisper it to the person next to them, and so on until the get to the answerer. if the answerer is BEFORE anyone who is not the answerer then skip them and only whisper the final answer when everyone has telephoned
What specific red, tomato-based condiment is traditionally found on a classic backyard burger
What is Ketchup(Or catsup)?
True or false: Like images, videos are a self closing tag (E.G it would look like: <video />)
SPECIAL ROUND: DUEL: a team and the team that went before them must pick 1 of their players to be their "champion" both champions must step up to the board back to back take 4 steps then quickly turn around and shout the answer. whoever answers first gets doublepoints
What is false
Whats wrong with the following CSS code?
SPECIAL ROUND: ALL OR NOTHING!: choose an amount of your points to add to this questions value. get it right and you double it all. get it wrong and you LOSE points equal to the total value
hint: picture the following in your head: <h1 'd="Top">Hello World!</h1>
#Top {
color: seagreen;
}
h1 {
color: red;
}
What is: the #top ID will override the h1 selector due to having a higher specificity ranking
Is this HTML CSS or JS
console.log("this one might trick you")
element.style.backgroundColor = "seagreen";
element.style.fontSize = "20px";
element.style.fontWeight = "bold";
What is JS?
Finish this JavaScript code to store the name "Steve" inside a variable, and then trigger an alert box that welcomes them to the game.
Hint: THIS QUESTION IS SYNTAX SENSITIVE
let playerName = ___________;
alert("Welcome " + playerName);
What is: "Steve" 'Steve'?
HOST NOTE: The players MUST include both the quotation marks around the name AND the semicolon at the end. If they just say "Steve semicolon," they are incorrect because missing the quotes breaks the JavaScript!
Special rounds: The equalizer getting this question right will set you points to the first place teams points
What is obama's last name?
Tick question, its obama
CRITICAL HOST NOTE (ENDGAME FAILSAFE): If this question is chosen as one of the last 3 questions remaining on the board, THE EQUALIZER IS NULLIFIED.
it will have no special effects on a correct answer
What is the recommended formatting from the W3C for organizing your HTML code?
What is Indentation/using 2 spaces
Can you find the bug in this HTML code?
<!DOCTYPE html>
<html>
<head>
<title>Basic Web Page</title>
<meta name="viewport" content="width=device-width,initial-scale=1" >
<link href="style.css" rel="stylesheet">
</head>
<body>
<h1>Hello World!</h1>
<p>This is your space to practice, get creative, and build your own projects from scratch.</p>
<script src="script.js"></script>
</body>
</html>
Trick question! there is nothing wrong here because its from Code academy's sandbox mode
Is this HTML CSS or JS?
if (keyboard_check(vk_right)) {
x += walk_speed;
sprite_index = spr_player_walk;
}
Trick question! It's GameMaker Language! aka GML
SPECIAL ROUND: DOUBLE TROUBLE:
A second, harder question is added to this one. can you get it right and claim those extra points?
Finish the line:
<p>TABLE OF CONTENTS</p>
<ol>
<li>Insert something here!<li>
<li>Insert something here!<li>
<li>Insert something here!<li>
<li>Insert something here!<li>
DOUBLE TROUBLE:
{
Color: seagreen
}
What is <ol> is missing a </ol> and what is the CSS is missing the selector?
Special Round: ATTACK! Getting this question right will STEAL this questions point value from 1 enemy team of your choosing
In the hit roguelike deckbuilder Balatro, what is the absolute highest Ante a player can mathematically reach before the required score overflows the game's code and forces an automatic game over? (Assuming you don't use the skeleton joker to revive past it OR assuming you don't use abuse the skeleton joker glitch that allows you to proc multiple revives at once letting you reach as high as Ante 300.)
what is Ante 39?