html codes

HTML Codes

1. Redirect URL HTML CODE: Place the following HTML redirect code between the <HEAD> and </HEAD> tags of your HTML code.
 

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">

The above HTML redirect code will redirect your visitors to another web page instantly. The content="0; may be changed to the number of seconds you want the browser to wait before redirecting. For example 2, meaning that your page will redirect after 2 seconds.

2. No follow attributes in hyperlinks:

This is how the link would look after the nofollow attribute has been added, with the attribute portion shown in bold

<a href="http://www.site.com/page.html" rel="nofollow">Visit My Page</a>

This would also be acceptable, as order of elements within the anchor tag makes no difference:

<a rel="nofollow" href="http://www.site.com/page.html" >Visit My Page</a>

Once added, the search engines supporting the attribute will understand that the link has not been vetted in some way by the site owner. Think of it as a way to flag to them, "I didn't post this link -- someone else did."

3. Email Scramble:

HOME

GOOGLE SHORTCUTS

HTML CODES

PC MAINTENANCE CHECK

COMPUTER KEYBOARD SHORTCUTS