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

Untitled

By: a guest on Aug 20th, 2012  |  syntax: None  |  size: 0.38 KB  |  hits: 7  |  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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.         <html>
  3.         <head>
  4.         <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5.                 <title>...</title>
  6.         </head>
  7.         <body>
  8.                 <div id=”header”>...</div>
  9.                 <div id=”nav”>...</div>
  10.                 <div id=”article”>...</div>
  11.                 <div id=”footer”>...</div>
  12.         </body>
  13.         </html>