Question of the Day Form
Code Combat
Many times there is a pattern in code combat. What do you use to write the code for a repeating pattern?
Google Classroom
Question of the Day Form
CodeHS
No class today. Write a boolean expression for having class.
Basic JavaScript and Graphics
What principle are you using when you combine selectors? Explain why this is important.
Basic JavaScript and Graphics
What principle are you using when you combine selectors? Explain why this is important.
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment