Coding Challenge: HTML Canvas with Stationary Object
Explore how to create a 300x300 pixel HTML canvas featuring a centered yellow circle with a red border and a rectangle, all set against a sky blue background. This lesson helps you practice key JavaScript and canvas concepts, including positioning, shapes, and styling, to build foundational skills for interactive web projects.
We'll cover the following...
We'll cover the following...
Task introduction
This is the first challenge task for you to practice the concepts learned so far. You are required to perform the ...