Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 22nd, 2012  |  syntax: HTML 5  |  size: 0.54 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.         <head>
  3.                 <title>Test</title>
  4.         </head>
  5.         <body bgcolor="white">
  6.  
  7.     <p><b>Here be dragons</b></p>
  8.  
  9. <p> text
  10. <p> text
  11.  
  12. <video poster="http://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Polbo_pulpo_galicia.jpg/265px-Polbo_pulpo_galicia.jpg"
  13.        This is fallback content to display if the browser
  14.        does not support the video element.
  15. <source src='/Untitled.webm' type='video/webm; codecs="vp8.0, vorbis"'/>
  16. </video>
  17.  
  18. <p> text
  19. <p> text
  20. <p> text
  21. <p> text
  22.         </body>
  23. </html>