Video example
fist jsfiddle
HTML
<h1>
Hi! This is my fiddle for the assignment.
</h1>
CSS
h1 {
color: red;
}
JavaScript
console.log( "Hi, too, from Javascript")
<h1>
Hi! This is my fiddle for the assignment.
</h1>
h1 {
color: red;
}
console.log( "Hi, too, from Javascript")