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
… in an XHTML document when you are not using any framset or depreciated tags. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" … This doctype is used if your XHTML document contains depreciated tags like <b> .<.p> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 … Use this XHTML doctype if your document contains either frameset tags or depreciated tags, or both. <!DOCTYPE html PUBLIC "-//W3C//DTD …
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 …