We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

andyhartleeds on 11/16/07


Tagged

code cache prevention buster


Versions (?)


Code Cache Prevention Code


Published in: HTML 


  1. <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
  2. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  3. <meta http-equiv="expires" content="FRI, 13 APR 1999 01:00:00 GMT">

Report this snippet 

You need to login to post a comment.