hyperlink - How would I make a reversed working link? -


i've seen before, it's link placed in backwards form, , when click it goes site, correct way round. ideas?

assuming you're using html, same way you'd make regular link. put url backwards inside of <a> element.

<a href="http://google.com/">/moc.elgoog//:ptth</a> 

Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -