Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Example Web Page</title>
  4. </head>
  5. <body style = "background-color:deepskyblue;">
  6. <h1 style = "font-family:Impact;color:white;">
  7. Welcome to my example page!</h1>
  8. <table>
  9. <tr>
  10. <td><u><b>Date</td></u></b>
  11. <td><u><b>Time</td></u></b>
  12. </tr>
  13.  
  14. <tr>
  15. <td>February 24, 2020</td>
  16. <td>1:15 pm</td>
  17. </tr>
  18.  
  19.  
  20.  
  21. </table>
  22. </body>
  23.  
  24.  
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement