🔎 All “javascript” Related posts | Postmycode

[Programing] Create an Analog Clock using Javascript

[17 Mar 2024] In this post, I am using HTML canvas element to create an image of clock and then use javascript to animate it as ticking clock. What is canvas? HTML5 introduces canvas element which is to create 2d images within the html pages by using javascript. Here is an example: In this example we create a..