(CODE FOR HTML:) <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> Exercise 11: Counting Drill Game </title> <style> html { font-family: Consolas; margin-left: 4%; background-color: #cbc6dc; } body { max-width: 800px; min-width: 480px; } fieldset { background-color: white; } button { background-color: ##c4a59f; color: black; border-radius: 50%; width: 100px; height: 100px; } </style> </head> <body> <h1>COUNT THE SHAPES</h1> <p> THIS IS EXERCISE TO LEARN YOU HOW TO COUNT. "PRACTICE MAKES YOU PERFECT"</p> <fieldset> <canvas id="myCanvas" width="1200" height="300" style="border:none;"> </canvas> <label> How many shapes do you see? </label> <input type="number" id="answer"> </input> <!-- <button id