Advertisement
LightProgrammer000

Mega - Sena

Jan 27th, 2019
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5.     <head>
  6.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7.         <title> Testando JavaScript </title>
  8.  
  9.         <style> </style>
  10.  
  11.         <script type="text/javascript">
  12.            
  13.             document.write(" - Número [1]: " + Math.floor(Math.random() * 60 + 1) + "<br>");
  14.             document.write(" - Número [2]: " + Math.floor(Math.random() * 60 + 1) + "<br>");
  15.             document.write(" - Número [3]: " + Math.floor(Math.random() * 60 + 1) + "<br>");
  16.             document.write(" - Número [4]: " + Math.floor(Math.random() * 60 + 1) + "<br>");
  17.             document.write(" - Número [5]: " + Math.floor(Math.random() * 60 + 1) + "<br>");
  18.             document.write(" - Número [6]: " + Math.floor(Math.random() * 60 + 1) + "<br>");      
  19.                
  20.         </script>
  21.     </head>
  22.  
  23. <body>
  24.  
  25. </body>
  26.  
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement