Question of the Day Form
The hero in Code Combat has actions they perform. What is another word for actions?
Google Classroom
Question of the Day Form
How do you write the code to print a line? What do you need to include around the words or string?
Basic JavaScript and Graphics
How can you combine CSS selectors? Why would you combine CSS selectors?
Basic JavaScript and Graphics
How can you combine CSS selectors? Why would you combine CSS selectors?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment