Javascript Important tags taking value from HTML

document.getElementById(“divid”).innerHTML;

document.getElementByClassName(“classname”);

document.getElementById(“”).value;

document.forms[“formname”][“inputtextname”].value;

 

Leave a Reply

Your email address will not be published. Required fields are marked *