Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. table,th,td{
  6. border: 1px solid black;
  7. border-collapse: collapse;
  8. }
  9. </style>
  10. <h1 style="text-align:center"> My App Bundles</h1>
  11. </head>
  12. <body>
  13. <h2> English Bundle</h2>
  14. <ol>
  15. <li>Grammarly</li>
  16. <li>Read&Write for Google Chrome</li>
  17. <li>Instant Dictionary</li>
  18. </ol>
  19. <h2>Highschool Survival App Bundle</h2>
  20. <ol>
  21. <li>Forest: stay focused, be present</li>
  22. <li>Calculators</li>
  23. <li>Save to Pocket</li>
  24. </ol>
  25. <h3> English App Bundle</h3>
  26. <table>
  27. <tr style="width:100%">
  28. <th> </th>
  29. <th>Icon</th>
  30. <th>Description</th>
  31. </tr>
  32. <tr>
  33. <th>Grammarly</th>
  34. <th>Read&Write for Google Chrome</th>
  35. <th>Instant Dictionary</th>
  36.  
  37.  
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement