Advertisement
Guest User

modhtml

a guest
Jan 7th, 2013
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>my page</title>
  6. <style>
  7.   body { background-color: yellow; }
  8.   h1 { text-align: center; color: red;}
  9.   figure { width: auto; text-align: center;}
  10. </style>
  11. </head>
  12. <body>
  13. <h1>H.I.B.H.S Varapuzha</h1>
  14. <figure>
  15. <img src="/home/bony/Desktop/1.jpg" />
  16. </figure>
  17. <video width="320" height="240" controls>
  18. <source src="/home/bony/Desktop/benedictstest.ogg" type="video/ogg">
  19. </video>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement