Advertisement
Rofihimam

Untitled

Sep 9th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Buat Fungsi 2 Rofi'ul Himam XI RPL 2</title>
  5.     <link rel="stylesheet" type="text/css" href="perulangan.css">
  6. </head>
  7. <body>
  8.     <p id="coba">
  9.         <script type="text/javascript" language="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. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement