0
Can anyone tell what is the error
4 Answers
+ 4
The error is that your code is missing. :)
You never defined in Javascript, what the changeColor function is supposed to do, but you reference it in the HTML event handlers.
+ 1
You've didn't written css and js code.
0
You need to style your button tags, use button selector in the css tab
0
Try, button {
width: 20%;
height: 5vh;
}