Question of the Day Form
Basic Syntax - the rules for correct spelling, grammar, and punctuation in a programming language. What does the syntax need to be for code to execute properly? Why?
Google Classroom
Question of the Day Form
How do you assign a value to an existing variable? Write an example.
Basic JavaScript and Graphics
Divs are used to group several different HTML elements together. What does grouping elements allow you to do?
Basic JavaScript and Graphics
Divs are used to group several different HTML elements together. What does grouping elements allow you to do?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment