⬅︎ Back to createElement('a') with a javascript href
thank you very much, but i have a question, what about de text you are going to click?
tn = document.createTextNode('link text');newlink.appendChild(tn);That will create the clickable text.
Comment
thank you very much, but i have a question, what about de text you are going to click?
Replies
tn = document.createTextNode('link text');
newlink.appendChild(tn);
That will create the clickable text.