Advertisement
Jodyone

Portfolio

Apr 17th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.06 KB | None | 0 0
  1. <form action="index.php" method="post">
  2. </div  align = "Center-align content" id = "middle" >
  3. <ul  class = "nav nav-pills" align = "Center-align content">
  4.    <li  >
  5.      <a href="quote.php">Quote</a>
  6.    </li>
  7.     <li>
  8.          <a href="buy.php">Buy</a>
  9.     </li>
  10.     <li>
  11.          <a href="sell.php">Sell</a>
  12.     </li>
  13.     <li>
  14.          <a href="history.php">History</a>
  15.     </li>
  16.     <li>
  17.          <a href="logout.php">Log Out</a>
  18.     </li>
  19.   </ul>
  20.     <table class = "table table_striped"></table>
  21.   </div>
  22.  
  23.       <thead>
  24.         <tr>
  25.           <th>
  26.             Symbol
  27.           </th>
  28.          
  29.           <th>
  30.             Shares
  31.           </th>
  32.          
  33.           <th>
  34.             Price
  35.           </th>
  36.          
  37.           <th>
  38.             TOTAL
  39.           </th>
  40.          
  41.         </tr>
  42.       </thead>
  43.       <tbody>
  44.         <tr>
  45.           <td colspan = "4">
  46.             CASH
  47.           </td>
  48.          
  49.           <td>
  50.             $10,000.00
  51.           </td>
  52.         </tr>
  53.       </tbody>
  54.     </table>
  55.    
  56.  </div>
  57.  
  58. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement