Question of the Day Form
CodeHS
Google Classroom
Question of the Day Form
CodeHS
How many statements does the for loop have? What does statement 1 do?
For Loops
Basic JavaScript and Graphics
What is importance of using documentation? Where you can find documentation for HTML and CSS?
For Loops
Basic JavaScript and Graphics
What is importance of using documentation? Where you can find documentation for HTML and CSS?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment