You need to sign in to do that
Don't have an account?

Html a tag doesnot redirect on click
Hello,
When i click on "Here", I am not redirected to the google page.
<a href="https://www.google.fr/">Here</a>
However, when i copy the link address and paste and go in other window, it works.
Thanks for suggestions.
When i click on "Here", I am not redirected to the google page.
<a href="https://www.google.fr/">Here</a>
However, when i copy the link address and paste and go in other window, it works.
Thanks for suggestions.
All Answers
Try the following code snippet, It will be work and redirect to google page.
<a href="http://www.google.com">Here</a>
Thanks,
Vijay
Your href code is working fine. If Pop-Up option asked in your browser, then allow it.
Here is the sample code,
Use target="_blank", if you want to open a page in new tab.