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

html_example.html

By: saasbook on May 1st, 2012  |  syntax: HTML  |  size: 0.16 KB  |  hits: 144  |  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. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.   <title>Report</title>
  5.   </head>
  6.   <body>
  7.     <div id="main">
  8.      ...user-generated content here...
  9.     </div>
  10.   </body>
  11. </html>