I'm trying to create a hyperlink node and append it as a child to a table cell. I've sucessfully appended a text node to the table cell using document.createTextNode() and appending it using the myCell.appendChild(myTextNode), but I cannot figure out how to put a hyperlink there. Any help would be greatly appreciated. Thanks!