Is it possible through HTML, CSS or JavaScript to create a situation where every time a word is mentioned on your site it links to the same page?
For example, the word "Test":
This is a Test paragraph. I would like the word Test to link to a specific page every time it appears.
In the above paragraph, the word "Test" would link to "test.html" every time it appears without any link html appearing around it or any manual work needed. Is this possible to do? Or, alternatively, by assigning it a div tag with a class?
For my purposes it would need to work client-side without a server.