Advertisement
dysphafiz_

Untitled

Sep 10th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Buat Fungsi (M. Hafidz Fadillah - XI RPL 2)</title>
  5.     <link rel="stylesheet" type="text/css" href="BuatIf.css">
  6. </head>
  7. <div class="bgtest">
  8. <body><p id="coba">
  9.     <script type="text/javascript">
  10.         function sapa(nama) {
  11.             alert("Halo, namaku " + nama);
  12.         }
  13.         sapa("bintang");
  14.  
  15.         function sayHalo () {
  16.             alert("Halo, saya Bulan");
  17.         }
  18.         sayHalo();
  19.     </script>
  20. </p>
  21. </body>
  22. </div>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement