Guest User

Untitled

a guest
Sep 24th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Tugas 1 </title>
  4. </head>
  5. <body>
  6. <ol>
  7. <li>Coffee</li>
  8. <li>Tea</li>
  9. <li>Milk</li>
  10. </ol>
  11. <img src="https://img.icons8.com/offices/40/000000/coffee--v1.png">
  12. <br>
  13. <table style="width:100%">
  14. <tr>
  15. <th>Firstname</th>
  16. <th>Lastname</th>
  17. <th>Age</th>
  18. </tr>
  19. <tr>
  20. <td>Jill</td>
  21. <td>Smith</td>
  22. <td>50</td>
  23. </tr>
  24. <tr>
  25. <td>Eve</td>
  26. <td>Jackson</td>
  27. <td>94</td>
  28. </tr>
  29. </table>
  30. <ul>
  31. <li>Coffee</li>
  32. <li>Tea</li>
  33. <li>Milk</li>
  34. </ul>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment