Google Classroom
Question of the Day Form
Code Combat
What is a loop? When might you want to use one? Explain how you can tell when to use a loop in a program.
Google Classroom
Question of the Day Form
CodeHS
What are Comparison Operators? Write the equal and not equal operators.
Basic JavaScript and Graphics
What are CSS Pseudo-Classes? What do you use them for?
Basic JavaScript and Graphics
What are CSS Pseudo-Classes? What do you use them for?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment