Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Registration Form</title>
  8. </head>
  9. <body>
  10. <div style="overflow: hidden;">
  11. <div style="float: left;">
  12. <p>PAMANTASAN NG LUNGSOD NG MAYINLA</p>
  13. <p>(University of the City of Manila)</p>
  14. <p>Intramuros Manila</p>
  15. </div>
  16. <div style="float: right;">
  17. <p>STUDENT'S COPY</p>
  18. </div>
  19. </div>
  20. <table>
  21. <thead>
  22. <tr></tr>
  23. </thead>
  24. <tbody>
  25. <tr></tr>
  26. </tbody>
  27. <tfoot>
  28. <tr></tr>
  29. </tfoot>
  30. </table>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement