Sunday, April 14, 2013

Meta Tags - - refresh the page automatically

Page Refresh Automatically

<meta http-equiv="refresh" content="5" url="index.html">

Note the keywords "HTTP-EQUIV", "Name" and "Content" are case-insensitive. Their values are also case-insensitive.

it is used in html for page automatically refreshing purpose.

Here http-equiv is used for purpose of the meta tag and content displays the time or type etc..url specifies particular path of the file.


<meta http-equiv="pragma" content="no-cache">

pragma is used for the deleting the browser temporary data.it deletes data in browsers 




For More Info About Meta Tags Visit Below Link


No comments:

Post a Comment