Let’s say I have:
var url="http://www.google.html";
how do I put the URL variable value as the href value of a specific anchor tag in the page?
I know about str.link() but how can I use that with a specific element? And can I use link*( to build anchors of images? That didn’t seem to work for me. Thanks for the help
For anchor elements: