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

http://codedumper.com/uyebi (10-Mar @ 15:00)

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_12 ">
  10. </div>
  11.  
  12. </div>
  13.  
  14.                
  15.  
  16. <div id="content" class="container_12">
  17.  
  18. <div id="" class="grid_9 ">
  19. </div>
  20.  
  21. <div id="" class="grid_3 ">
  22. </div>
  23.  
  24. </div>
  25.  
  26.                
  27.  
  28. <div id="footer" class="container_12">
  29.  
  30. <div id="" class="grid_12 ">
  31. </div>
  32.  
  33. </div>
  34.  
  35.            
  36. </body>
  37. </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_12 ">
</div>

</div>

                

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

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

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

</div>

                

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

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

</div>

            
</body>
</html>

Permalink: http://codedumper.com/uyebi