Share Pastebin
Guest
Public paste!

fatihturan

By: a guest | Nov 7th, 2008 | Syntax: HTML | Size: 1.60 KB | Hits: 345 | Expires: Never
Copy text to clipboard
  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">
  3.  
  4.  
  5.         <title>Örnek Proje</title>
  6.  
  7.         <!--META-->
  8.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.         <meta name="description" content="Enter Description Here..." />
  10.         <meta name="keywords"  content="Enter Keywords Here..." />
  11.         <meta name="author" content="XHTML KITCHEN" />
  12.         <meta name="robots" content="index,follow" />
  13.         <meta http-equiv="imagetoolbar" content="no" />
  14.         <meta http-equiv="content-language" content="tr-TR" />
  15.         <!--/META-->
  16.  
  17.         <!--STYLES-->
  18.         <link href="styles/reset.css" rel="stylesheet" type="text/css" media="screen" />
  19.         <link href="styles/screen.css" rel="stylesheet" type="text/css" media="screen" />
  20.         <!--[if lte IE 7]><link href="styles/ie.css"  rel="stylesheet" type="text/css" media="screen" /><![endif]-->
  21.         <!--/STYLES-->
  22.  
  23.         <!--SCRIPTS-->
  24.         <script src="scripts/jquery.js" type="text/javascript"></script>
  25.         <script src="scripts/functions.js" type="text/javascript"></script>
  26.         <!--/SCRIPTS-->
  27.  
  28. </head>
  29.  
  30.        
  31.         <!--CONTAINER-->
  32.         <div id="container">
  33.                
  34.                 <!--HEADER-->
  35.                 <div id="header">
  36.  
  37.                 </div>
  38.                 <!--/HEADER-->
  39.                
  40.                 <!--CENTER-->
  41.                 <div id="center" class="clearfix">
  42.                        
  43.                         <!--SIDEBAR-->
  44.                         <div id="sidebar">
  45.                                
  46.                         </div>
  47.                         <!--/SIDEBAR-->
  48.                        
  49.                         <!--CONTENT-->
  50.                         <div id="content">
  51.                        
  52.                         </div>
  53.                         <!--/CONTENT-->
  54.                        
  55.                 </div>
  56.                 <!--/CENTER-->
  57.                
  58.                 <!--FOOTER-->
  59.                 <div id="footer">
  60.                        
  61.                 </div>
  62.                 <!--/FOOTER-->
  63.                
  64.         </div>
  65.         <!--/CONTAINER-->
  66.        
  67. </body>
  68. </html>