Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/eliyo (10-Mar @ 15:16)
Syntax Highlighted 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">
- <title>Your title here</title>
- </head>
- <div id="header" class="container_12"></div>
- <div id="content" class="container_12">
- <div id="" class="grid_4 ">
- <div id="" class="grid_2 alpha">
- </div>
- <div id="" class="grid_2 omega">
- </div>
- </div>
- <div id="" class="grid_4 ">
- </div>
- <div id="" class="grid_4 ">
- </div>
- </div>
- <div id="footer" class="container_12"></div>
- </body>
- </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>
<div id="content" class="container_12">
<div id="" class="grid_4 ">
<div id="" class="grid_2 alpha">
</div>
<div id="" class="grid_2 omega">
</div>
</div>
<div id="" class="grid_4 ">
</div>
<div id="" class="grid_4 ">
</div>
</div>
<div id="footer" class="container_12"></div>
</body>
</html>