https://dev.webpages.dk/ |
|
About CSS How to make a clock
A digital clock: On this page you will be shown how you can add a clock to your web page. I have added a short PHP snippet here, to let the clock show the right time, right away. If omitted the clock will not show until it updates, that will take upto a second. <?php echo date('H:i:s'); ?> |
|
Icons made by Freepik from www.flaticon.com | This page shows how you can add a digital clock to you webpages. |
|