Question of the Day Form
CodeHS
Google Classroom
Question of the Day Form
CodeHS
Write an example of a For Loop using the correct syntax? How is the JavaScript For Loop similar the the For Loop you used for Karel?
Basic JavaScript and Graphics
HTML and CSS have a vast collection of features, and the languages are constantly changing. What is the best way to learn about all the various features of HTML and CSS?
Basic JavaScript and Graphics
HTML and CSS have a vast collection of features, and the languages are constantly changing. What is the best way to learn about all the various features of HTML and CSS?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment