Question of the Day Form
Method is an action performed by an object. Write an example of a method.
Google Classroom
Question of the Day Form
When you want a user to input their age what would you write in your code? Write an example.
Basic JavaScript and Graphics
What are the three ways that you can write the color value in CSS? Write your favorite color the three ways.
Basic JavaScript and Graphics
What are the three ways that you can write the color value in CSS? Write your favorite color the three ways.
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment