Blog of Chamodh

Create a simple Digital Clock for Your website with Javascript.

October 15, 2020

You have to create a unordered list using <ul> and</ul> tags in your HTML file. And inside it include 3 <li> elements for Hours, Minutes and Seconds .ul > <li id='hours'></li> <li id = 'minutes'></li> <…

Read full article →
1