Using the provided starter HTML and CSS, make a color picker tool that works like this.
When you have finished this step, submit a snapshot.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
</body> | |
</html> |
Using the provided starter HTML and CSS, make a color picker tool that works like this.
When you have finished this step, submit a snapshot.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body>Cryd | |
doof | |
</body> | |
</html> |
Give the user some advice on what to do this weekend!
Given the weather and day, advise these activities:
Make the multi-subject quiz work correctly!
?
in the if
/else
statement for the English question so that it checks for the correct answer, which is Monif
/else
statement for the Math question so that it prints “Correct!” if the answer is 30, and “Wrong! Try again” otherwise.if
/else
statement for the Social Studies question so that it prints “Correct!” if the answer is Albany, and “Wrong! Try again” otherwise.if
/ else
statement for the Science question so that it checks for the answer solid.In the JavaScript code, there are ten calls to the function guess()
. In each case, the function’s first argument is a
string value, and the second argument is an expression of some kind.
Your mission is to guess the value of all ten expressions. Currently, all ten guesses are just a question mark, which is not the correct answer to any question.
Change the question mark to the correct value for the expression given as the second argument to guess()
in each case.
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>America's Pizza </title> | |
</head> | |
<body> | |
<img src="https://www.cicis.com/media/1138/pizza_trad_pepperoni.png" > | |
<img src="http://cdn-image.myrecipes.com/sites/default/files/styles/4_3_horizontal_-_1200x900/public/deep-fried-oreo-mr.jpg?itok=wtj7COMG"> | |
<img src="http://food.fnr.sndimg.com/content/dam/images/food/fullset/2010/1/21/1/FNM_030110-Weeknight-030_s4x3.jpg.rend.hgtvcom.616.462.suffix/1382539254079.jpeg"> | |
<img src="https://images-gmi-pmc.edge-generalmills.com/80fd8638-9b0d-4cba-ba99-9c4b75b4a20c.jpg"> |
Your goal is to make the song picker fully work. When the title of a song is clicked:
You can check out a fully working demo.