Advertisement
Rofihimam

Untitled

Sep 11th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Interface dengan JS Rofi'ul Himam XI RPL 2</title>
  5.     <link rel="stylesheet" type="text/css" href="interface.css">
  6.     <link href="https://fonts.googleapis.com/css?family=Bree+Serif&display=swap" rel="stylesheet">
  7. </head>
  8. <body>
  9.     <p id="coba">
  10.         <script type="text/javascript" language="javascript">
  11.             function sayHalo() {
  12.                 var nm = document.getElementById('nama').value;
  13.                 alert("Halo, " + nm);
  14.             }
  15.         </script>
  16.         <label>Tulis Disini</label>
  17.         <input type="text" id="nama" onchange="sayHalo();" />
  18.     </p>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement