Advertisement
Guest User

fff

a guest
Dec 6th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>Kushtezimet, Ciklet dhe Funksionet</title>
  6.     <script src="script.js" type="text/javascript"></script>
  7.     <!--<script type="text/javascript">
  8.       var nota= window.prompt("jepe nje note"," ")
  9.       if(nota > 5){
  10.         document.write("<h1>Jeni kaluar me suskes</h1>")
  11.       }
  12.       else {
  13.         window.alert("son e cajsh baba")
  14.       }
  15.     </script>-->
  16.   </head>
  17.   <body>
  18.     <h3>Funksionet</h3>
  19.     <button onclick="krahasoVetura()">Krahaso vetura</button>
  20.  
  21.   </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement