How to create href link from DOM
I want to create href link how can I using DOM. Like:
<a href="index.php">home</a>
I'm using document.createTextNode() property to add text can I use innerText and innerHTML property.
Please help.








