<p id="myId">Text will display by javascript here</p>
<script>
alert("string");
console.log("data to display in consloe");
document.write("data to display in consloe");
document.getElementById('myId').innerHTML = "Change dynamic text"
</script>
<script>
alert("string");
console.log("data to display in consloe");
document.write("data to display in consloe");
document.getElementById('myId').innerHTML = "Change dynamic text"
</script>
0 comments:
Post a Comment