Advertisement
Mine200

Untitled

Aug 19th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Fajar Sidiq XIRPL2 Embeded Form</title>
  4.         <style type="text/css">
  5.             input#tombol{
  6.                 color: aqua;
  7.                 background: salmon;
  8.                 border: 2px outset #bbd16d;
  9.                 font-size: 14px;
  10.                 font: bold;
  11.             }
  12.             .username{
  13.                 color: blue;
  14.                 background: aqua;
  15.                 size: 12px;
  16.             }
  17.         </style>
  18.     </head>
  19. <body>
  20.     <p><form name="login">
  21.         <label for="username" class="username">Username</label>
  22.         <input type="text"></input>
  23.     </p>
  24.     <p><label for="password">Password</label>
  25.         <input type="password"></input>
  26.     </p>
  27.     <p><input id="tombol" tyoe="submit" value="Login"></input>
  28.     </p></form>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement