I'm programming a simple social media platform called NetEdit. I want to add a link in the form of a tag to the list. The code line that pushes in the post is:
dreams.push(userInput.value + ": " + dreamInput.value + ' <a href="' + linkInput.value + '">' + "Go to link" + "</a>");
You can see the full code here.
Aucun commentaire:
Enregistrer un commentaire