Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Exemplo 12 - Javascript 2</title>
  6.  
  7. <script type="text/javascript">
  8.  
  9. document.write('Olá Mundo!');
  10.  
  11. </script>
  12. </head>
  13. <body>
  14.  
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment