6 Answers
New AnswerRED x You should ask with proper question. There is so many types to insert String in any tag. 1 :- document.getElementById("tag_id"). innerHTML = "ABC"; 2 :- $("#tag_id").html("ABC"); 3 :- $("#tag_id").text("ABC"): 4 :- $(".className").html("ABC");
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message