When linking to someone else's web site, you must include the full web address, including the http:// at the beginning, as shown below:
<a href="http://www.gmu.edu">GMU</a> (CORRECT)
It's not enough to say:
<a href="www.gmu.edu">GMU</a> (WRONG)
The above bad example simply won't work.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.