Question: HTML Ex 7 - Build a Simple JavaScript Clock Use the system's Date object to buid a simple clock as the following: 21:24:05 Hint: we

HTML

HTML Ex 7 - Build a Simple JavaScript Clock Use the system's

Ex 7 - Build a Simple JavaScript Clock Use the system's Date object to buid a simple clock as the following: 21:24:05 Hint: we can make use of

tags, and how we treat it as a layer (or a box) for outputing the time. In addition, we make use of the document.getElementById("txt').innerHTML=h+":"+m+":"+s to locate the layer, and try to update it with the innerHTML properties. Finally we call the startTime() function recursively by using a timer t=setTimeout('startTime()',500) so as to animate the clock

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!