<CSS HTML Tutorial.com>

CSS HTML Tutorial
HTML Tutorials
CSS Tutorials
Free Web Tools for your Websites

Add these free tools to your website
Backlink Checker
Free Hit Counter
Website Speed Test
Google Page Rank Button
Google Page Rank Checker
Google Page Rank Check at multiple datacenters
Search Engine Position Tool
Source Code Viewer
affiliates and sponsors

free web hosting







Partner Sites
free adware removal tools
free html editor reviews
free php editor reviews
HTML Music Video Codes
Photoshop Tutorials
Free Web Hosting
Good Flash Tutorials
Photoshop Tutorials
Today Tutorials
PHP Tutorials
Free photoshop tutorials
Web Design Tutorials
TutorialArea
FreeGFX
All Tutorials
Web Design Tutorials
Webmaster Articles
Free Webmaster Tools
Development Tutorials
Web Hosting Directory

Free Website Tools

Website Speed Test

Find out how fast a website loads. Enter the url of the website in the box.

Enter the domain name(s):
example: www.csshtmltutorial.com or csshtmltutorial.com

To check how fast multiple websites load, enter each domain on a seperate line.

To add this website speed test to your website, copy and past the code at the bottom of this page on your web page.

<p>Find out how fast a website loads. Enter the url of the website in the box.</p>
<p>Enter the domain name(s):<br />example: www.mysite.com or mysite.com</p>
<p>To check how fast multiple websites load, enter each domain on a seperate line.</p>
<p>To add this website speed test to your website, copy and past the code at the bottom of this page on your web page.</p>
<form action="http://csshtmltutorial.com/tools/speed.php" method="post" target="speed" onsubmit="return validate(this);"> <div><textarea rows="5" name="domains" style="width:100%">http://csshtmltutorial.com</textarea></div> <div> <input type="submit" value="Check Website Speed"> </div> </form> <div> <iframe name="speed" frameborder="1" style="height:10%;margin:0px;padding:0px;width:100%;"></iframe> </div> <script type="text/javascript"> function validate(theform) { if (theform.domain.value == "") { alert("No domain provided"); return false; } return true; } </script>