JavaScript: Difference between revisions

Content deleted Content added
restore to HTML 4. This is still the more familiar context, and the idea of "Your browser does not support JaavScript" becomes even more anachronistic under HTML5
m Example script: rm unnecessary whitespace
Line 309:
h1 = document.getElementsByTagName("h1")[0]; // accessing the same <h1> element
</script>
<noscript>Your browser either does not support JavaScript, or has JavaScript turned off.</noscript>
<noscript>
 
 
Your browser either does not support JavaScript, or has JavaScript turned off.
 
</noscript>
</body>
</html>