Some times you will see meta attributes that are unknown to you like this:
<meta name="security" content="low">
Then you just have to accept that this is something unique to the site or to the author of the site, and that it probablyno relevance to you.
Eg:
Redirect a user:
this example demonstrates how to redirect a user if your site addess has changed
<html>
<head>
<meta http-equi="Refresh" content="5;url="http://www.site.com">
</head>
<body>
<p>
Sorry! We have moved! The new URL is: <a href="http://www.site.com">http://www.site.com</a>
</p>
<p>
you will be redirected to the new address in 4 seconds.
</p>
<p>
If you see this message for more than 5 seconds, please click on the link above!
</p>
</body>
</html>
May 11, 2009
0 Unknown meta attributes
Posted by raj on 10:29 PM
0 comments:
Post a Comment