Meta Tag - Auto Refresh in html doc page header to preview in IE FF all browsers while working coding


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
  2. <meta http-equiv="PRAGMA" content="NO-CACHE">
  3. <meta http-equiv="REFRESH" content="25">

Report this snippet


Comments


You need to login to view comments.