Monday, July 1, 2013

Meta Redirect in HTML How to


Html is well known language in the web design world if you want to redirect your page using Html then you're at right page and you will know how to do Html redirect.

It has 2 parameter like thing means 2 part one is content=30 means it will redirect after 30 seconds and url means which url like if you wan to redirect to patel tutes facebook page

<meta http-equiv="refresh" content="30; url=http://fb.com/pateltutes">

put this code between

<head></head>

Example

<html>
<head>
  
<meta http-equiv="refresh" content="30; url=http://fb.com/pateltutes">
</head>
</html>

0 comments:

Post a Comment

Please Don't write wrong comments.
.
Please write good comments or mistakes ...