Recently I came across some broken links in a friend’s blog. There were a few broken links or dead links in a single post. Interestingly, it was a paid review and a few links of the paying site were included but none worked. I posted a comment pointing out the mistake and the solution for it. The friend corrected them and thanked me.
However, what are broken or dead links? They just do not take you anywhere, or take you to unexpected sites. A simple, careless HTML code mistake can make a link dead or broken.
Now, click on the links below to see what I explain.
Example 1: Links Exchange
Example 2: Links Exchange
Example 3: Links Exchange
As you can see Example 1 takes you to Links Exchange (the correct page/site). Example 2 takes you to Blogger that says “no such page exists”, but not to Links Exchange. And example 3 takes you NOWHERE, with the comment, "The page cannot be displayed" in IE, and may be to a Bravenet blog in Firefox, and in other browsers, somewhere else. Results can be different when you click.
I give below the code for the above 3 links. Compare and find out where the mistakes are.
<a href="http://celebrity-females.blogspot.com/2008/05/links-exchange.html">Links Exchange</a>
<a href="http://celebrity-females.blogspot.com/2008/05/links-exchange. html">Links Exchange</a>
<a href="http://celebrity-females.blogspot. com/2008/05/links-exchange.html">Links Exchange</a>