href attribute demo

Answer to question: https://stackoverflow.com/questions/48755020/why-im-not-redirected-properly-to-base-url-in-codeigniter/

by Chin Leung

HTML

<a href="localhost">localhost</a><br>
<a href="/localhost">/localhost</a><br>
<a href="http://localhost">http://localhost</a>