![]() |
|
Menu
Online Stores
Search this Site
Miscellaneous |
Path = Home : Meta Tag Tips : Browser Cache Using META Tags to Prevent Browser Cache
Web Source Web Design Tips by Shelley Lowery Meta tags are used to give detailed instructions, in regard to a web page, to the Search Engines and browsers. When visiting a web site, your browser will cache or make a copy of the web site for faster viewing on your next visit. This will prevent your regular visitors from seeing your new content unless they manually reload their browser. To prevent this problem, add the following code between the <HEAD> and </HEAD> tags of your HTML. <META http-equiv="Pragma" content="no-cache">
Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net
|