How to use the text as hyperlink in HTML? Currently I use following line :
<a href="www.google.com"> www.google.com </a>
but I think this is too repetitive. Is there any good approach to this? Is there any other way to tell html that the text itself is hyperlink?