Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <div class="container">
  2.     <hr/>
  3.     <h2>Selected Car Information</h2>
  4.     <div id="car-info" class="hidden">
  5.     <div class="col-md-6">
  6.         <h3 id="car-id"></h3>
  7.         <br/>
  8.         <h4>Car Details</h4>
  9.         <table class="table">
  10.             <tbody>
  11.             <tr>
  12.                 <th scope="row">Car ID: </th>
  13.                 <td id="info-carId"></td>
  14.             </tr>
  15.             </tbody>
  16.         </table>
  17.         <br/>
  18.        
  19.     </div>
  20.     <div class="col-md-6">
  21.         <h4>Reviews</h4>
  22.         <table class="table">
  23.             <tbody>
  24.             <tr>
  25.             </tr>
  26.             </tbody>
  27.         </table>
  28.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement