Redirection of Devices

Redirection of Devices

Is there a way to redirect a single href link to different pages according to the device the user is using?

For example  I have a href link.
<a href="www.google.com">Click Here</a>

Now I want that for PC's and Android devices this link should open google.com normally as it should.
But, if someone specifically using iPhone or iPad or any iOS device even Macs, Click on this link they are redirected to a different html page.

Now to be clear, The different Html page I want iOS devices to go to I have control on it as well.