...Building a Basic Web Page and More......

HTML CLOCK
As you can see, this 'clock' displays the current time immediately, without server interaction. It requires no animated or downloaded images. The document automatically re-flows based on content changes. You can integrate this 'clock' easily and quickly with just a few lines of code. Give thanks to MSDN. The script is for NON-COMMERCIAL use only.
Place the following code (the 'clock' display) or your variant where you like in the page body :
<DIV id=Clock align="center" style="font-family: Verdana; font-size: 40; color:#0000FF"></DIV>
Obviously feel free to alter the alignment, the font-family, font-size and color to your choice.
View the script here© 2000 Microsoft Corporation. All rights reserved.


 Java Script 

Copyright © 2000-2006 NipperSoft