Friday, February 8, 2019

Object

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

What is an Objecta A character or thing that can perform actions.
Image result for javascript logo


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

When you want a user to input a name what would you write in your code? Write an example.

Basic JavaScript and Graphics
Spans are used to group together smaller chunks of HTML code in-line. Why do you think Spans don't create a new block?

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


No comments: