Advertisement
bunkdeath

index.html

Sep 23rd, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.86 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>UL Template</title>
  4.         <link rel="stylesheet" href="style.css" type="text/css">
  5.     </head>
  6.  
  7.     <body>
  8.         <div id="content">
  9.             <div id="title_column">
  10.                 <div id="title1" class="title">
  11.                     <h2>Title1</h2>
  12.                     <ul>
  13.                         <li><span>hello html</span></li>
  14.                     </ul>
  15.                 </div>
  16.                 <div id="title2" class="title">
  17.                     <h2>Title2</h2>
  18.                     <ul>
  19.                         <li>
  20.                             <span>
  21.                                 hello html, hello css, hello javascript, hello php, hello ajax
  22.                             </span>
  23.                         </li>
  24.                     </ul>
  25.                 </div>
  26.             </div>
  27.         </div>
  28.     </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement