<!doctype html>
<html>
<head>
<title>Add Two Numbers</title>
<script>
var numOne = 10;
var numTwo = 20;
var sum = numOne + numTwo;
document.write("Sum = " + sum);
</script>
</head>
<body>
</body>
</html>
<!doctype html>
<html>
<head>
<title>Add Two Numbers</title>
<script>
var numOne = 10;
var numTwo = 20;
var sum = numOne + numTwo;
document.write("Sum = " + sum);
</script>
</head>
<body>
</body>
</html>
Printing Workbooks select the cells you want to print and then set that area as the print area Steps to set a print area: Select the cells...
No comments
Welcome to saveracom.blogspot.com