Guest User

modhtml

a guest
Jan 7th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.46 KB | None | 0 0
  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/benedict
  19. stest.ogg" type="video/ogg">
  20. </video>
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment