Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/abeze (10-Mar @ 14:46)
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 sizcache="116" sizset="0">
- <div class="grid_3 "></DIV>
- <div class="grid_3 "></DIV>
- <div class="grid_3 "></DIV>
- <div class="grid_3 "></div>
- </div>
- <div id=content class=container_12 sizcache="298" sizset="0">
- <div class="grid_6 "></DIV>
- <div class="grid_6 "></div>
- </div>
- <div id=footer class=container_12>
- <div class="grid_12 "></div>
- </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 sizcache="116" sizset="0">
<div class="grid_3 "></DIV>
<div class="grid_3 "></DIV>
<div class="grid_3 "></DIV>
<div class="grid_3 "></div>
</div>
<div id=content class=container_12 sizcache="298" sizset="0">
<div class="grid_6 "></DIV>
<div class="grid_6 "></div>
</div>
<div id=footer class=container_12>
<div class="grid_12 "></div>
</div>
</body>
</html>