I have anchor links throughout a table I am working on.
<div id="table1">
<td>See example <a href="#john">john</a>; <a href="#julie">julie, an</a>; <a href="#sam-ham">sam-ham</a>; <a href="#state-names">state names</a>.</td></div>
These links need to be opened in a new tab by adding the following code - target="_blank". As a result, the link should look like this
See example <a href="#john" target= "_blank">john</a>;
Would it be possible to add the code without manually updating hundreds of links?
Please note that I aslo have other links on the page