Make this poem look nice without changing the HTML.
Hint: Use Google to find out how to use the CSS properties for
- text-shadow
- font-weight
- background-repeat
- background-position
- background-size
- background-attachment
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<div> | |
<input id="query" placeholder="Enter your search term"> | |
<input type="submit" id="submit" value="Search"> | |
</div> |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>CSS Zen Garden: The Beauty of CSS Design</title> | |
<link rel="stylesheet" type="text/css" href="zenstarter.css"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
Make this poem look nice without changing the HTML.
Hint: Use Google to find out how to use the CSS properties for
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.