0
How to make a clock in html no css
I want to know how to make a clock in html no css
5 Respostas
+ 4
I think you need CSS to give your clock more style.
I think you should try look at others code to see the idea to how to make a clock. And try to make one and if you need help,you can ask. By the way you need JS.
+ 2
HTML alone, don't think it is possible. but you can do it javascript.
//step by step
start a timer
get current time
display current time
+ 2
This one is easy, but (ofcourse) with JS:
https://code.sololearn.com/WYzGk70EV8Q7/?ref=app
+ 1
Tip: 1 minute is equal to tau / 60
0
thank you