Difference between revisions of "Html5"

From Wiki2
(Created page with "==HTML5 questions== ===How do you html redirect?=== ====ANS:In <head> put <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">")
 
Line 1: Line 1:
==HTML5 questions==
==HTML5 questions==
===How do you html redirect?===
===How do you html redirect?===
====ANS:In <head> put <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">
====ANS:In <head> put <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">====

Revision as of 14:45, 4 February 2012

HTML5 questions

How do you html redirect?

ANS:In <head> put <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">