Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/otole (10-Mar @ 15:03)

Syntax Highlighted Code

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <title>Your title here</title>
  4. </head>
  5.                
  6.  
  7. <div id="header" class="container_12">
  8.  
  9. <div id="" class="grid_3 ">
  10. </div>
  11.  
  12. </div>
  13.  
  14.                
  15.  
  16. <div id="content" class="container_12"></div>
  17.                
  18.  
  19. <div id="footer" class="container_12"></div>
  20.            
  21. </body>
  22. </html>

Plain Code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Your title here</title>
</head>
<body>
                

<div id="header" class="container_12">

<div id="" class="grid_3 ">
</div>

</div>

                

<div id="content" class="container_12"></div>
                

<div id="footer" class="container_12"></div>
            
</body>
</html>

Permalink: http://codedumper.com/otole