Xah Lee, 2005-12-30
If you want the broswer to automatically refresh periodically, put the following code between your html's “head” tag:
<meta http-equiv="refresh" content="10">
The “10” means very 10 seconds.