Question of the Day Form
What is an Object? a A character or thing that can perform actions.
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?
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:
Post a Comment