Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <table class="table">
- <thead>
- <tr>
- <th scope="col">#</th>
- <th scope="col">First</th>
- <th scope="col">Last</th>
- <th scope="col">Handle</th>
- <th scope="col">Actions</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th scope="row">1</th>
- <td>Mark</td>
- <td>Otto</td>
- <td>@mdo</td>
- <td>
- <button type="button" class="btn btn-outline-primary">View</button>
- <button type="button" class="btn btn-outline-warning">Edit</button>
- </td>
- </tr>
- <tr>
- <th scope="row">2</th>
- <td>Jacob</td>
- <td>Thornton</td>
- <td>@fat</td><td>
- <button type="button" class="btn btn-outline-primary">View</button>
- <button type="button" class="btn btn-outline-warning">Edit</button>
- </td>
- </tr>
- <tr>
- <th scope="row">3</th>
- <td>Larry</td>
- <td>the Bird</td>
- <td>@twitter</td><td>
- <button type="button" class="btn btn-outline-primary">View</button>
- <button type="button" class="btn btn-outline-warning">Edit</button>
- </td>
- </tr>
- </tbody>
- </table>
Add Comment
Please, Sign In to add comment