|
|
The HTML |
<!DOCTYPE html>
<html>
<body>
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = "Hello JavaScript!";
</script>
<noscript>Sorry, your browser does not support JavaScript!</noscript>
<p>A browser without support for JavaScript will show the text written inside the noscript element.</p>
</body>
</html>
Category: | Web Tutorial |
Sub Category: | HTML JavaScript |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference