<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JavaScript</title>
</head>
<body>
<script>
document.write("<h1><b>This Display Addition<b></h1>");
a=40;
var b=50;
var total=a+b;
document.write("</br>Addition is : "+total);
if(a>b)
document.write("</br></br> a is greater than b");
else
document.write("</br></br> b is greater than a");
</script>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JavaScript</title>
</head>
<body>
<script>
document.write("<h1><b>This Display Addition<b></h1>");
a=40;
var b=50;
var total=a+b;
document.write("</br>Addition is : "+total);
if(a>b)
document.write("</br></br> a is greater than b");
else
document.write("</br></br> b is greater than a");
</script>
</body>
</html>
ConversionConversion EmoticonEmoticon