Advertisement
viditkothari

htmlAssign_27-07-2012-nav

Aug 9th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>
  4.             Frame - Navigation Links
  5.         </title>
  6.     </head>
  7.     <body>
  8.         <ul>
  9.             <a href="file11072012.html" target="inframe"><li>File 1</li></a>
  10.             <a href="file13072012.html" target="inframe"><li>File 2</li></a>
  11.             <a href="file18072012.html" target="inframe"><li>File 3</li></a>
  12.             <a href="file20072012.html" target="inframe"><li>File 4</li></a>
  13.             <a href="file25072012.html" target="inframe"><li>File 5</li></a>
  14.         </ul>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement