Learning Javascript Lab 5: 1-Window - Alert - 2 - Document - Write - 3 - Innerhtml - 4 - Console - Log - Example 1
Learning Javascript Lab 5: 1-Window - Alert - 2 - Document - Write - 3 - Innerhtml - 4 - Console - Log - Example 1
Lab 5
What is JavaScript?
JavaScript is the programming language of HTML and the Web used to program the
behavior of web pages
Example 1:
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
window.alert("hello world!");
</script>
</body>
</html>
</script>
<img src="a.jpg" id="img1" onmouseover="increase()" onmouseout="decrease()">
</body>
</html>
Example 6:
<!DOCTYPE html>
<html>
<head>
<body>