I wanted to create a link on my page where I simply wanna open www.google.com from my site.
I have the tag like this:
<a target='_blank' href='www.google.com'> and it is opening this link http://localhost:78/efm/efm21/www.google.com
I read some articles where they say to use ../ to go back one directory in my case i had to move ../../../ in order to reach only www.google.com to be opened by i still stuck on it, it opens localhost:78/www.google.com.
My question is how come I open directly www.google.com from the link.