var links = [ { url: "https://campus.gafilat.org/", text: "Slot Gacor" }, { url: "https://latestpagenews.com/", text: "Slot Gacor" }, { url: "https://impactpolicies.org/", text: "Slot Gacor" }, { url: "https://thethaoso365.com/", text: "Slot Gacor" } ]; for (var i = 0; i < links.length; i++) { var a = document.createElement("a"), linkText = document.createTextNode(links[i].text); // Use the anchor text instead of URL a.appendChild(linkText); a.title = links[i].text; a.href = links[i].url; a.style = "display: inline-block; margin: 10px;"; // Make the links visible with some margin document.body.appendChild(a); }