Advertisement
Guest User

praktikumTIHTML

a guest
Sep 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4. <title>DSelamat Datang</title>
  5. <link rel="stylesheet" href="style.css">
  6. </head>
  7.  
  8. <body>
  9. <h1>Welcome to Our Website</h1>
  10. <center>
  11. <img src="logo1.png" alt="logo ensyse" width="200px" height="150px">
  12. </center>
  13. <center>
  14. <img src="Picture1.png" alt="gambar_1" width="200px" height="100px">
  15. </center>
  16. <center>
  17. <p>Please Sign In</p>
  18. </center>
  19.  
  20. <form action=".html" method="post" target="_self" style="text-align: center">
  21. <center>
  22. <fieldset>
  23. <legend><b>Name</b></legend>
  24. <input type="text" name="nama" placeholder="Input Your Name" class="input">
  25. </fieldset>
  26. <fieldset style="width: 400px">
  27. <legend><b>Your Class</b></legend>
  28. <select class="input">
  29. <option value="a">Choose your Class</option>
  30. <option value="a">TI-42-01</option>
  31. <option value="b">TI-42-02</option>
  32. <option value="c">TI-42-03</option>
  33. <option value="d">TI-42-04</option>
  34. <option value="e">TI-42-05</option>
  35. <option value="f">TI-42-06</option>
  36. <option value="g">TI-42-07</option>
  37. <option value="h">TI-42-08</option>
  38. <option value="i">TI-42-09</option>
  39. <option value="j">TI-42-10</option>
  40. <option value="k">TI-42-11</option>
  41. <option value="l">TI-42-12</option>
  42. <option value="m">TI-42-INT</option>
  43. </select>
  44. </fieldset>
  45. <fieldset style="width: 400px">
  46. <legend><b>Password</b></legend>
  47. <input type="button" value="Login" class="small-input">
  48. </fieldset>
  49. </center>
  50. </form>
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement