how to add placeholder in attribute for a tag using javascript code example
Example: javascript add placeholder to input
document.getElementById("myText").placeholder = "Type name here..";
document.getElementById("myText").placeholder = "Type name here..";