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

http://codedumper.com/eleme (10-Mar @ 14:42)

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_4 ">
  10. </div>
  11.  
  12. <div id="" class="grid_2 ">
  13. </div>
  14.  
  15. </div>
  16.  
  17.                
  18.  
  19. <div id="content" class="container_12"><h1 id="" class="grid_2 16">
  20. </h1><h1 id="" class="grid_10 ">
  21. </h1></div>
  22.                
  23.  
  24. <div id="footer" class="container_12"></div>
  25.            
  26. </body>
  27. </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_4 ">
</div>

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

</div>

                

<div id="content" class="container_12"><h1 id="" class="grid_2 16">
</h1><h1 id="" class="grid_10 ">
</h1></div>
                

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

Codedump Run

Permalink: http://codedumper.com/eleme