HTML caching problem

Hi,

I took one hosting account from godaddy.com and I made some changes on my html page, but I am not able to see these updates once I upload them,

I tried to add the following:

 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META Http-Equiv="Cache-Control" Content="no-cache">
<META Http-Equiv="Pragma" Content="no-cache">
<META Http-Equiv="Expires" Content="0"> 

But still the pages are caching,

Can anyone help?