How to auto update html page

is there any way to auto update html page.
I created html page entry.html, whenever i change in html script i need to refresh my page.

If not in html, can we do this in any other language and how?

If you put

<meta http-equiv="refresh" content="300" />

somewhere in inside the <head>-tags your page will refresh every 5 minutes.

Hi,

it works...
thanks for your help