+ 2
How to do something in html file using javascript?
In computers document.getElementById("demo").innerHTML="56"; this will be displayed in a html file. but in this app it is not displaying. How I can do that?
1 ответ
In computers document.getElementById("demo").innerHTML="56"; this will be displayed in a html file. but in this app it is not displaying. How I can do that?