Monday, March 18, 2019

Karel Textbook


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

Go to the Karel Textbook. Why do you think they use Karel to help teach programming?
Karel Textbook
Image result for javascript logo



Google Classroom  
Question of the Day Form
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDCodeHS

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?


<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


No comments: