Advertisement
Guest User

tes

a guest
Nov 13th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Web Page</title>
  5. <style type="text/css">
  6. .text-left{
  7. text-align: left;
  8. }
  9. .text-center{
  10. text-align: center;
  11. }
  12. .text-right{
  13. text-align: right;
  14. }
  15. .full{
  16. width: 100%;
  17. }
  18. .padding-top{
  19. padding-top: 10px;
  20. }
  21. .minimum{
  22. width: 1px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <table class="full" frame="box">
  28. <tr>
  29. <td class="text-left"><a href="#">Dashboard</a> > <a href="#">Main</a> > Home </td>
  30. <td class="text-right"><input type="text" placeholder="search.."><button>Search</button></td>
  31. </tr>
  32. </table>
  33. <div class="padding-top" style="width:10%; float: left;">
  34. <table>
  35. <tr>
  36. <th><h1>WIKI</h1></th>
  37. </tr>
  38. <tr><td><button class="full text-left">Page Operations</button></td></tr>
  39. <tr><td><button class="full text-left">Browse Space</button></td></tr>
  40. <tr><td><button class="full text-left">Add Content</button></td></tr>
  41. </table>
  42. </div>
  43. <div class="padding-top" style="float: right;">
  44. <table class="full" cellpadding="10px">
  45. <tr>
  46. <td nowrap class="minimum text-right"><a href="#">Welcome Peldi</a></td>
  47. <td nowrap class="minimum text-right">|</td>
  48. <td nowrap class="minimum text-right"><a href="#">History</a></td>
  49. <td nowrap class="minimum text-right">|</td>
  50. <td nowrap class="minimum text-right"><a href="#">Preferences</a></td>
  51. <td nowrap class="minimum text-right">|</td>
  52. <td nowrap class="minimum text-right"><a href="#">Administration</a></td>
  53. <td nowrap class="minimum text-right">|</td>
  54. <td nowrap class="minimum text-right"><a href="#">Logout</a></td>
  55. <td nowrap class="minimum text-right">|</td>
  56. <td nowrap class="minimum text-right"><a href="#">Gambar print</a></td>
  57. </tr>
  58. </table>
  59. </div>
  60. <div class="padding-top" style="width:90%; float: right;">
  61. <table frame="box" class="full">
  62. <tr>
  63. <td class="text-left">Main</td>
  64. <td class="text-right">bendera</td>
  65. </tr>
  66. <tr>
  67. <td colspan="2">
  68. <font color="blue" size="6">Welcome to Our Wiki!</font><br>
  69. added by Peidi, last edited by Peidi on Mar 09, 2008 (<a href="#">view changes</a>)
  70. <p>
  71. Welcome to our awesome wiki. A place for us to share knowledge yadda yadda yadda.<br>
  72. You can add images like the one below:
  73. </p>
  74. <h1 class="text-center">Gambar</h1>
  75. <br>
  76. <div style="margin-left: 10px ">
  77. And other text lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do<br>
  78. elusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim<br>
  79. veniam, quis nostrud exercitation ullamco laboris nisi ut allquip...<br>
  80. </div>
  81. </td>
  82. </tr>
  83. <tr>
  84. <td colspan="2">
  85. <ul style="list-style: none outside none; margin:0; padding: 0;">
  86. <li style="display: inline">10 Childern</li>
  87. <li style="display: inline"><a href="#">Show Childern</a></li>
  88. <li style="display: inline">|</li>
  89. <li style="display: inline"><a href="#">View in Hierarchy</a></li>
  90. <li style="display: inline">|</li>
  91. <li style="display: inline"><a href="#">Add Child Page</a></li>
  92. </ul>
  93. </td>
  94. </tr>
  95. <tr>
  96. <td colspan="2"><hr></td>
  97. </tr>
  98. <tr>
  99. <td colspan="2">
  100. <ul style="list-style: none outside none; margin:0; padding: 0;">
  101. <li style="display: inline">gambar</li>
  102. <li style="display: inline">0 Comments</li>
  103. <li style="display: inline"><a href="#">Add Comment</a></li>
  104. </ul>
  105. </td>
  106. </tr>
  107. </table>
  108. </div>
  109. </body>
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement