Thursday, March 7, 2019

ஜாவா ஸ்கிரிப்ட்-பகுதி-5 சோர்ஸ் கோட் உடன்



Vote.html
<!DOCTYPE html>
<html>
<head>
  
    <title>Page Title</title>
  
    <script >
    var age=19;
    if(age>=18)
    document.write("<h3>Eligible for vote</h3>");
    else{
        document.write("<h3>too young to vote</h3>");
    }
   
   
    </script>
</head>
<body>
   
</body>
</html>
Positive.html
<!DOCTYPE html>
<html>
<head>
   
    <title>Page Title</title>
   
    <script >
    var n=0;
    if(n>0)
    {
        document.write("<h3>positive</h3>");

    }
    else if(n<0)
    {
        document.write("<h3>negative</h3>");

    }
    else{
        document.write("<h3>Zero</h3>");
    }
   
    </script>
</head>
<body>
   
</body>
</html>
Positiveeven.html
<!DOCTYPE html>
<html>
<head>
  
   
    <title>Page Title</title>
  
    <script >
    var a=6;
    if(a>0)
    {
        document.write("positive");
        if(a%2==0)
        {
            document.write("number is positive and even");
        }
        else{
            document.write("number is positive but odd");
        }
    }
    else{
        document.write("negative");
    }
    </script>
</head>
<body>
  
</body>
</html>
நன்றி
முத்து கார்த்திகேயன்,மதுரை.
மதுரையில் c,c++, java, dotnet, php, python, ms-office, tally, photoshop corel draw, web designing படிக்க பின் வரும் தொலை பேசி எண்ணில் தொடர்பு கொள்ளவும்
91 9629329142
மார்க்கெட்டிங் செய்வதற்கு ஆட்கள் தேவை. அதற்கும் மேலே உள்ள எண்ணில் தொடர்பு கொள்ளவும்.

ads Udanz

No comments:

Post a Comment