Enter just the word http for your search to find the top 1000 PageRanked sites.
Enter only www in your search to see how Google ranks the top 1,000 sites.
Manually type the following prefixes and note their utility:
http://www.seoforgoogle.com/google-tricks.cfm |
Posted by Vijay Shanker Pandey at 1:34 AM
<!-- Redirect to a New Page -->
<meta HTTP-EQUIV="REFRESH" content="0; url=http://free-webcodes.blogspot.com/">
Posted by Vijay Shanker Pandey at 11:29 PM
<!-- Embedding Web Pages within Web Pages-->
<object data=http://freecodesonly.blogspot.com width="600" height="400"> <embed src=http://freecodesonly.blogspot.com width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>
Posted by Vijay Shanker Pandey at 11:27 PM
<!-- Colored Text Boxes-->
<INPUT type="text" STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;" size="10" maxlength="30">
Posted by Vijay Shanker Pandey at 11:25 PM
<!-- Changing Table Background Colors on Mouseover (IE ONLY) -->
<TABLE BORDER="2" CELLPADDING="2" WIDTH="100%">
<TR onMouseover="this.bgColor='#EEEEEE'"onMouseout="this.bgColor='#FFFFFF'">
<TD>Your Table Data</TD>
</TR>
<TR onMouseover="this.bgColor='#EEEEEE'"onMouseout="this.bgColor='#FFFFFF'">
<TD>Your Table Data</TD>
</TR>
<TR onMouseover="this.bgColor='#EEEEEE'"onMouseout="this.bgColor='#FFFFFF'">
<TD>Your Table Data</TD>
</TR>
</TABLE>
Posted by Vijay Shanker Pandey at 11:19 PM
This HTML code allows your visitors to choose a background color for your website.
<!-- HTML Code to choose a background-->
<form name="changeColor">
<p><font size="2" face="Verdana,Arial,Helvetica,Sans Serif">Choose
a Background Color: <br> <br> <input type="button" name="colr"
value=" BLUE " onclick="document.bgColor='#0000FF'"> <input
type="button" name="colr" value=" RED " onclick="document.bgColor='#FF0000'">
<input type="button" name="colr" value=" GREEN "
onclick="document.bgColor='#00FF00'"> <input type="button"
name="colr" value=" WHITE " onclick="document.bgColor='#FFFFFF'">
<input type="button" name="colr" value=" BLACK "
onclick="document.bgColor='#000000'"></font> </p> </form>
Posted by Vijay Shanker Pandey at 11:18 PM
<!-- Mouseover Alert HTML Script-->
<a href="http://linkurlhere.com"
onMouseOver="alert('PUT YOUR MESSAGE HERE');return true;">Link Text Goes
Here</a>
Posted by Vijay Shanker Pandey at 11:15 PM