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">==== |