Question of the Day Form
What is an Algorithm? Look up the word and write the definition in your own words. A step-by-step set of instructions for completing a task. When algorithms are written using code, computers can follow them.
Google Classroom
Question of the Day Form
How do you declare and initialize a variable? Write an example.
How do you combine classes in your HTML code? Write an example.
How do you combine classes in your HTML code? Write an example.
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment