Search Results
Article: HTML Meta Refresh
… to make the browser refresh to another page by including the string: url=url or filename Within the content attribute. Here is an example that … after a 5 second delay. <meta http-equiv="refresh" content="5;url=http://www.google.com" /> … HTML Meta Refresh …
Article: HTML And XHTML Doctypes
… "broken doctype". This is the same as any normal doctype, but with the URL pointing to the DTD missing. Here are two examples. XHTML Strict …
Article: Using The view-source Protocol
… of HTML and JavaScript into your page. It will just take the current URL, paste view-source in front of it and then redirect to that …