Advertisement
rahul244698

MY PAGE 2

Mar 8th, 2013
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Div section</title>
  4.         <link href="divcssdemo.css" rel="stylesheet" type="text/css"/>
  5.     </head>
  6.     <body>
  7.         <div class="footer">smartData Enterprices</div>
  8.         <div id="one">abc
  9.         </div>
  10.         <div id="two">xyz
  11.         </div>
  12.         <div id="three">pqr
  13.         </div> 
  14.     </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement